We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1b0d7 commit 428519eCopy full SHA for 428519e
.github/workflows/ci_nix.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
# macos-15-intel uses x86-64 machine, macos-14 and macos-15 uses aarch64
19
- os: [macos-15-intel, macos-15, ubuntu-22.04, ubuntu-24.04-arm]
+ os: [macos-15-intel, macos-15, ubuntu-24.04, ubuntu-24.04-arm]
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v4
0 commit comments