Skip to content

Commit f281d33

Browse files
authored
Use GH ARM runner (#76)
Fixes #74
1 parent 1b00616 commit f281d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
checkTarget: true
1818
- os: ubuntu-latest
1919
- os: ubuntu-arm
20-
runsOn: buildjet-4vcpu-ubuntu-2204-arm
20+
runsOn: ubuntu-24.04-arm64-2-core
2121
runs-on: ${{ matrix.runsOn || matrix.os }}
2222
steps:
2323
- name: Print build information

0 commit comments

Comments
 (0)