Skip to content

Commit 7b1e4b9

Browse files
authored
Merge pull request #425 from jorisv/topic/macos-15-intel
Migrate to macos-15-intel
2 parents eb1bdaa + bbae7d3 commit 7b1e4b9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
build_type: [Release, Debug]
23-
name: [ubuntu-latest, macos-latest, windows-latest-clang-cl, windows-latest, macos-13]
23+
name: [ubuntu-latest, macos-latest, windows-latest-clang-cl, windows-latest, macos-15-intel]
2424
cxx_std: [17, 20]
2525
continue_on_error: [false]
2626

@@ -29,8 +29,8 @@ jobs:
2929
os: ubuntu-latest
3030
- name: macos-latest
3131
os: macos-latest
32-
- name: macos-13
33-
os: macos-13
32+
- name: macos-15-intel
33+
os: macos-15-intel
3434
- name: windows-latest-clang-cl
3535
os: windows-latest
3636
compiler: clang-cl

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: "${{ matrix.os }}"
1414
strategy:
1515
matrix:
16-
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "macos-13", "macos-14"]
16+
os: ["ubuntu-24.04", "ubuntu-24.04-arm", "macos-15-intel", "macos-14"]
1717
steps:
1818
- uses: actions/checkout@v5
1919
- uses: cachix/install-nix-action@v31

.github/workflows/release-osx-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
24-
os: [macos-13, macos-14, windows-2022]
24+
os: [macos-15-intel, macos-14, windows-2022]
2525
include:
2626
- os: windows-2022
2727
toolset: v143

0 commit comments

Comments
 (0)