Skip to content

Commit f0bc5e7

Browse files
committed
Revert "build on macos-11"
This reverts commit 7ce7d42.
1 parent 54a3959 commit f0bc5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
strategy:
2222
matrix:
23-
os: [ubuntu-20.04, macos-11] # windows-2019
23+
os: [ubuntu-20.04, macos-12] # macos-11, windows-2019
2424

2525
steps:
2626
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)