Skip to content

Commit

Permalink
Revert "Switch to public GHA ubuntu-24.04-arm runner (#183)"
Browse files Browse the repository at this point in the history
This reverts commit ebd58ce.
  • Loading branch information
runesoerensen committed Jan 25, 2025
1 parent 43dfb7f commit 85a6963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
arch: ["amd64", "arm64"]
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
runs-on: ${{ matrix.arch == 'arm64' && 'pub-hk-ubuntu-24.04-arm-medium' || 'ubuntu-24.04' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 85a6963

Please sign in to comment.