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 a97db7b commit 9dd34c5Copy full SHA for 9dd34c5
.github/workflows/conda.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- platform: [ubuntu-latest, macos-11]
+ platform: [ubuntu-latest, macos-12]
19
python-version: ["3.9"]
20
21
runs-on: ${{ matrix.platform }}
.github/workflows/wheel.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
10
11
- os: [macos-11, ubuntu-20.04]
+ os: [macos-12, ubuntu-20.04]
12
13
steps:
14
- uses: actions/checkout@v4
0 commit comments