Skip to content

Commit

Permalink
update macOS version to 11 from unsupported 10.15, see actions/runner…
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed May 29, 2023
1 parent cde8bf7 commit 333ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 333ff9b

Please sign in to comment.