Skip to content

Commit

Permalink
Revert to using named runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Feb 6, 2025
1 parent 85224f8 commit 7cf1bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/atmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
include:
# Default value for runs-on. Original matrix values will not be overridden, but added ones (like runs-on) can be.
# See https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#expanding-or-adding-matrix-configurations
- runs-on: "runs-on=${{ github.run_id }}/runner=2cpu-linux-arm64"
- runs-on: "runs-on=${{ github.run_id }}/runner=packages-arm64"
# By including `arch: amd64` here, we override the `runs-on` value when the matrix `arch` is `amd64`.
# This also forces the matrix to include `arch: amd64` even if it is not in the original matrix.
# This is why we do not default for amd64 and then override for arm64. (Because it would force arm64 to be included, and some tools are not available for arm64.)
Expand Down

0 comments on commit 7cf1bab

Please sign in to comment.