Skip to content

Commit

Permalink
Update OSX runners to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarbenjamin committed Mar 25, 2024
1 parent 20bfdfa commit bd97d07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-13]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-20.04, windows-2019, macos-13]
python-version: ['3.9', '3.10', '3.11', '3.12']

steps:
Expand Down

0 comments on commit bd97d07

Please sign in to comment.