Skip to content

Commit 70826ad

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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:
@@ -141,7 +141,7 @@ jobs:
141141
run: brew install breezy
142142

143143
- name: Install MacOS Arm dependencies
144-
if: matrix.os == 'macos-14'
144+
if: matrix.os == 'macos-latest'
145145
run: |
146146
brew install breezy
147147
brew install subversion

0 commit comments

Comments
 (0)