Skip to content

Commit 810ce77

Browse files
authored
Use arm runner for build
1 parent e576ae7 commit 810ce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Patch and Build
22
on: [ push, pull_request ]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-24.04-arm
66
steps:
77
- name: Checkout Git Repository
88
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)