Skip to content

Commit

Permalink
Fix runner version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliarbel committed Sep 26, 2024
1 parent 9d5f571 commit aa7c8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-11]
os: [macos-12]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit aa7c8db

Please sign in to comment.