Skip to content

Commit 9d59d97

Browse files
committed
Rename "macos-14" to "macos-latest" now pip runners have migrated
1 parent 6c8a64f commit 9d59d97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
matrix:
110110
# Run on both x86 and Arm MacOS according to:
111111
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
112-
os: [ubuntu-latest, macos-12, macos-14]
112+
os: [ubuntu-latest, macos-12, macos-latest]
113113
python:
114114
- "3.8"
115115
- "3.9"
@@ -118,9 +118,9 @@ jobs:
118118
- "3.12"
119119
exclude:
120120
# MacOS Arm supports Python 3.10+
121-
- os: macos-14
121+
- os: macos-latest
122122
python: "3.8"
123-
- os: macos-14
123+
- os: macos-latest
124124
python: "3.9"
125125

126126
steps:

0 commit comments

Comments
 (0)