We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f6056 commit 49a66c4Copy full SHA for 49a66c4
1 file changed
.github/workflows/main.yml
@@ -53,10 +53,10 @@ jobs:
53
conda-standalone: conda-standalone-onedir
54
check-docs-schema: true
55
# MACOS
56
- - os: macos-13
+ - os: macos-15-intel
57
python-version: "3.9"
58
conda-standalone: conda-standalone-nightly
59
60
python-version: "3.10"
61
62
- os: macos-latest
@@ -208,7 +208,7 @@ jobs:
208
include:
209
- runner: ubuntu-latest
210
subdir: linux-64
211
- - runner: macos-13
+ - runner: macos-15-intel
212
subdir: osx-64
213
- runner: macos-latest
214
subdir: osx-arm64
0 commit comments