Skip to content

Commit e77db3b

Browse files
committed
Swap macos-13 → -15-intel runners in CI
Adapt to deprecation of macos-13 runners (actions/runner-images#13046).
1 parent c303d54 commit e77db3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pytest.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
strategy:
5454
matrix:
55-
os: [ macos-13, macos-latest, ubuntu-latest, windows-latest ]
55+
os: [ macos-15-intel, macos-latest, ubuntu-latest, windows-latest ]
5656
runs-on: ${{ matrix.os }}
5757
steps:
5858
- uses: francisbilham11/action-cached-lfs-checkout@v3
@@ -88,7 +88,7 @@ jobs:
8888
strategy:
8989
matrix:
9090
os:
91-
- macos-13
91+
- macos-15-intel
9292
- macos-latest
9393
- ubuntu-latest
9494
- windows-latest
@@ -112,9 +112,9 @@ jobs:
112112
- { os: macos-latest, version: { upstream: v3.8.0 }}
113113
- { os: macos-latest, version: { upstream: v3.9.0 }}
114114
# Redundant with macos-latest
115-
- { os: macos-13, version: { upstream: v3.10.0 }}
116-
- { os: macos-13, version: { upstream: v3.11.0 }}
117-
- { os: macos-13, version: { upstream: main }}
115+
- { os: macos-15-intel, version: { upstream: v3.10.0 }}
116+
- { os: macos-15-intel, version: { upstream: v3.11.0 }}
117+
- { os: macos-15-intel, version: { upstream: main }}
118118

119119
fail-fast: false
120120

0 commit comments

Comments
 (0)