We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3533ddd commit 0b9d4a3Copy full SHA for 0b9d4a3
1 file changed
.github/workflows/ci_nix.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- # macos-13 uses x86-64 machine, macos-14 & 15 use aarch64
19
- os: [macos-13, macos-15, ubuntu-22.04, ubuntu-24.04-arm]
+ # macos-15-intel uses x86-64 machine, macos-14 & 15 use aarch64
+ os: [macos-15-intel, macos-15, ubuntu-22.04, ubuntu-24.04-arm]
20
runs-on: ${{ matrix.os }}
21
steps:
22
- uses: actions/checkout@v4
0 commit comments