Skip to content

Commit 39c91e2

Browse files
committed
ci: Migrate to macos-intel-15
1 parent 7ccf5f3 commit 39c91e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-linux-windows-pixi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
os: [ubuntu-latest, macos-latest, macos-13]
41+
os: [ubuntu-latest, macos-latest, macos-15-intel]
4242
environment: [all, all-py39]
4343
build_type: [Release, Debug]
4444
cxx_options: ['', '-mavx2']
4545

4646
exclude:
4747
- os: macos-latest
4848
cxx_options: '-mavx2'
49-
- os: macos-13
49+
- os: macos-15-intel
5050
cxx_options: '-mavx2'
5151

5252
include:

0 commit comments

Comments
 (0)