Skip to content

Commit

Permalink
Update to public GitHub Arm runner (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 authored Jan 26, 2025
1 parent bb4b522 commit 656ab3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- latest
include:
- arch: arm64
runner: oqs-arm64
runner: ubuntu-24.04-arm
- arch: x86_64
runner: ubuntu-latest
runs-on: ${{ matrix.runner }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- focal
- jammy
- latest
runs-on: oqs-arm64
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 656ab3b

Please sign in to comment.