Skip to content

Commit

Permalink
Use the -latest CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
joerick authored Nov 27, 2024
1 parent 3057895 commit 6b28421
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 @@ -22,10 +22,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-12]
os: [ubuntu-latest, windows-latest, macos-latest]
archs: [auto]
include:
- os: ubuntu-22.04
- os: ubuntu-latest
archs: aarch64

steps:
Expand Down

0 comments on commit 6b28421

Please sign in to comment.