Skip to content

Commit

Permalink
Update macos-10.15 to macos-11.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoconni committed Aug 20, 2022
1 parent 3dc7902 commit c8704e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cpp-python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,7 @@ jobs:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
# Use macos-10.15 since it generates wheels for Mac OSX 10.14
# that are also compatible with 11.0.
os: [windows-2019, macos-10.15]
os: [windows-2019, macos-11]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Python
Expand Down

0 comments on commit c8704e3

Please sign in to comment.