Skip to content

Commit

Permalink
misc(ci): updated CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Nov 22, 2024
1 parent 9e78ee0 commit 695795c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@ jobs:
fail-fast: false
matrix:
include:
- os: windows-2019
- os: windows-2022
cibw_archs: AMD64
- os: windows-2019
- os: windows-2022
cibw_archs: ARM64
- os: windows-2019
- os: windows-2022
cibw_archs: x86
- os: macos-12
- os: macos-13
cibw_archs: x86_64
- os: macos-12
- os: macos-13
cibw_archs: arm64
- os: macos-12
- os: macos-13
cibw_archs: universal2
- os: ubuntu-22.04
- os: ubuntu-24.04
cibw_archs: x86_64
- os: ubuntu-22.04
- os: ubuntu-24.04
cibw_archs: i686
- os: ubuntu-22.04
- os: ubuntu-24.04
cibw_archs: aarch64

steps:
Expand Down

0 comments on commit 695795c

Please sign in to comment.