Skip to content

Commit

Permalink
Updated Ubuntu runner for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Crosswind authored Jul 18, 2024
1 parent fa247a3 commit 0e7edd5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
os: [ubuntu-latest, windows-2019, macos-12]
steps:

- name: Checkout
Expand Down Expand Up @@ -67,15 +67,14 @@ jobs:
- {python: '3.11', os: macos-12}
- {python: '3.12', os: macos-12}

- {python: '3.8', os: ubuntu-20.04}
- {python: '3.9', os: ubuntu-20.04}
- {python: '3.10', os: ubuntu-20.04}
- {python: '3.11', os: ubuntu-20.04}
- {python: '3.12', os: ubuntu-20.04}
- {python: '3.8', os: ubuntu-latest}
- {python: '3.9', os: ubuntu-latest}
- {python: '3.10', os: ubuntu-latest}
- {python: '3.11', os: ubuntu-latest}
- {python: '3.12', os: ubuntu-latest}

- {python: '3.8', os: windows-2019}
- {python: '3.9', os: windows-2019}

- {python: '3.10', os: windows-2019}
- {python: '3.11', os: windows-2019}
- {python: '3.12', os: windows-2019}
Expand Down

0 comments on commit 0e7edd5

Please sign in to comment.