File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
matrix:
110
110
# Run on both x86 and Arm MacOS according to:
111
111
# 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 ]
113
113
python:
114
114
- "3.8"
115
115
- "3.9"
@@ -118,9 +118,9 @@ jobs:
118
118
- "3.12"
119
119
exclude:
120
120
# MacOS Arm supports Python 3.10+
121
- - os: macos-14
121
+ - os: macos-latest
122
122
python: "3.8"
123
- - os: macos-14
123
+ - os: macos-latest
124
124
python: "3.9"
125
125
126
126
steps:
@@ -141,7 +141,7 @@ jobs:
141
141
run: brew install breezy
142
142
143
143
- name: Install MacOS Arm dependencies
144
- if: matrix.os == 'macos-14 '
144
+ if: matrix.os == 'macos-latest '
145
145
run: |
146
146
brew install breezy
147
147
brew install subversion
You can’t perform that action at this time.
0 commit comments