Skip to content

Commit

Permalink
Merge pull request #420 from aoirint/patch-ci-macos-11
Browse files Browse the repository at this point in the history
macOS CI: Update macOS runner to macOS 11
  • Loading branch information
bastibe authored Dec 10, 2023
2 parents ae8d9c0 + 40cea26 commit db9ef8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-10.15]
os: [ubuntu-20.04, windows-2019, macos-11]
python-version:
- "3.6"
- "3.7"
Expand All @@ -20,9 +20,9 @@ jobs:
- "pypy-3.8"
architecture: ["x86", "x64"]
exclude:
- os: macos-10.15 # Can't compile Numpy for this implementation.
- os: macos-11 # No Numpy binary wheel
python-version: "pypy-3.7"
- os: macos-10.15
- os: macos-11
architecture: "x86"
- os: ubuntu-20.04
architecture: "x86"
Expand Down

0 comments on commit db9ef8b

Please sign in to comment.