Skip to content

Commit c0e37f8

Browse files
.github/workflows: cope with end of life of macos-13.
We change all occurrencies of macos-13 to macos-15-intel.
1 parent 1084c91 commit c0e37f8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ jobs:
8484
runs-on: ${{ matrix.os }}
8585
strategy:
8686
matrix:
87-
# 2024-05-08: Need to specify macos-13/14 to get x86_64/arm64.
88-
os: [ubuntu-latest, windows-2019, macos-13, macos-14]
87+
# 2024-05-08: Need to specify macos-15-intel/14 to get x86_64/arm64.
88+
os: [ubuntu-latest, windows-2019, macos-15-intel, macos-14]
8989

9090
# Avoid cancelling of all cibuildwheel runs after a single failure.
9191
fail-fast: false

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
strategy:
2828
matrix:
29-
os: [ubuntu-latest, windows-2022, macos-13, macos-14]
29+
os: [ubuntu-latest, windows-2022, macos-15-intel, macos-14]
3030

3131
# Avoid cancelling of all runs after a single failure.
3232
fail-fast: false

.github/workflows/test_multiple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
os: [ubuntu-latest, windows-2022, macos-13, macos-14]
24+
os: [ubuntu-latest, windows-2022, macos-15-intel, macos-14]
2525
args: [
2626
'',
2727
'-m "git:--branch master https://github.com/ArtifexSoftware/mupdf"',

0 commit comments

Comments
 (0)