Skip to content

Commit 7c520af

Browse files
committed
Update to public GitHub Arm runner
Signed-off-by: Spencer Wilson <[email protected]>
1 parent 775c09c commit 7c520af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- latest
1919
include:
2020
- arch: arm64
21-
runner: oqs-arm64
21+
runner: ubuntu-24.04-arm
2222
- arch: x86_64
2323
runner: ubuntu-latest
2424
runs-on: ${{ matrix.runner }}

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- focal
1313
- jammy
1414
- latest
15-
runs-on: oqs-arm64
15+
runs-on: ubuntu-24.04-arm
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)