Skip to content

Commit

Permalink
get rid of remaining macos-11 traces in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Jul 18, 2024
1 parent 5db44ee commit 0b01e9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
fail-fast: false
matrix:
include:
- {python: '3.8', os: macos-11}
- {python: '3.9', os: macos-11}
- {python: '3.10', os: macos-11}
- {python: '3.11', os: macos-11}
- {python: '3.12', os: macos-11}
- {python: '3.8', os: macos-latest}
- {python: '3.9', os: macos-latest}
- {python: '3.10', os: macos-latest}
- {python: '3.11', os: macos-latest}
- {python: '3.12', os: macos-latest}

- {python: '3.8', os: ubuntu-20.04}
- {python: '3.9', os: ubuntu-20.04}
Expand Down

0 comments on commit 0b01e9e

Please sign in to comment.