Skip to content

Commit 9dd34c5

Browse files
committed
update github runner for macos from 11 to 12
1 parent a97db7b commit 9dd34c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
platform: [ubuntu-latest, macos-11]
18+
platform: [ubuntu-latest, macos-12]
1919
python-version: ["3.9"]
2020

2121
runs-on: ${{ matrix.platform }}

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-11, ubuntu-20.04]
11+
os: [macos-12, ubuntu-20.04]
1212

1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)