Skip to content

Commit 5d08b6a

Browse files
committed
Github no longer provides MacOS 13 images.
1 parent b8ae3c5 commit 5d08b6a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
os:
3232
- "ubuntu-22.04"
3333
- "windows-latest"
34-
- "macos-14" # arm64
35-
- "macos-13" # x64
34+
- "macos-14"
3635
architecture:
3736
- x64
3837
- x86
@@ -54,10 +53,6 @@ jobs:
5453
#
5554
# From 3.11 onward, there is support for running x64 and
5655
# arm64 on Apple Silicon based systems (macos-14)
57-
- os: "macos-13"
58-
architecture: x86
59-
- os: "macos-13"
60-
architecture: arm64
6156
- os: "macos-14"
6257
architecture: x86
6358
- os: "macos-14"
@@ -73,8 +68,6 @@ jobs:
7368
# Windows/macOS. They are expensive to run.
7469
- os: "windows-latest"
7570
py: "pypy-3.9"
76-
- os: "macos-13"
77-
py: "pypy-3.9"
7871
- os: "macos-14"
7972
py: "pypy-3.9"
8073
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"

0 commit comments

Comments
 (0)