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 f6484b7 commit 0e22e2eCopy full SHA for 0e22e2e
.github/workflows/CI-mac-x86_64.yml
@@ -1,4 +1,4 @@
1
-name: CI macOS 13 x86_64
+name: CI macOS 15 x86_64
2
3
on:
4
push:
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
build:
18
- runs-on: macos-13
+ runs-on: macos-15-intel
19
steps:
20
- uses: actions/checkout@v2
21
@@ -118,7 +118,7 @@ jobs:
118
fail-fast: false
119
matrix:
120
python-version: ['3.6', '3.10', '3.x']
121
122
123
- name: Download wheel artifact
124
uses: actions/download-artifact@v4
@@ -150,7 +150,7 @@ jobs:
150
151
152
python-version: ['3.10', '3.x']
153
154
155
- name: Checkout
156
uses: actions/checkout@v4
0 commit comments