Skip to content

Commit 6121d6e

Browse files
authored
Merge pull request #2788 from jorisv/topic/macos-15-intel
Migrate to macos-15-intel
2 parents d20a451 + 59e1cb5 commit 6121d6e

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
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-13]
49+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-15-intel]
5050
environment: [all, all-py39]
5151
build_type: [Release, Debug]
5252

@@ -58,7 +58,7 @@ jobs:
5858
BUILD_ADVANCED_TESTING: OFF
5959
- os: macos-latest
6060
BUILD_ADVANCED_TESTING: OFF
61-
- os: macos-13
61+
- os: macos-15-intel
6262
BUILD_ADVANCED_TESTING: OFF
6363
- os: windows-latest
6464
environment: all

0 commit comments

Comments
 (0)