Skip to content

Commit 0b9d4a3

Browse files
authored
macos 13 deprecated
1 parent 3533ddd commit 0b9d4a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
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]
18+
# macos-15-intel uses x86-64 machine, macos-14 & 15 use aarch64
19+
os: [macos-15-intel, macos-15, ubuntu-22.04, ubuntu-24.04-arm]
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)