We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8a64f commit 9d59d97Copy full SHA for 9d59d97
.github/workflows/ci.yml
@@ -109,7 +109,7 @@ jobs:
109
matrix:
110
# Run on both x86 and Arm MacOS according to:
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]
+ os: [ubuntu-latest, macos-12, macos-latest]
113
python:
114
- "3.8"
115
- "3.9"
@@ -118,9 +118,9 @@ jobs:
118
- "3.12"
119
exclude:
120
# MacOS Arm supports Python 3.10+
121
- - os: macos-14
+ - os: macos-latest
122
python: "3.8"
123
124
python: "3.9"
125
126
steps:
0 commit comments