Skip to content

Commit

Permalink
chore(ci): update ci os
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 24, 2024
1 parent 1d19b34 commit 16cd036
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
strategy:
matrix:
config:
- os: ubuntu-22.04
- os: ubuntu-24.04
arch: x86_64
platform: manylinux_x86_64
- os: ubuntu-22.04
- os: ubuntu-24.04
arch: aarch64
platform: manylinux_aarch64
- os: macos-12
- os: macos-14
arch: x86_64
platform: macosx_x86_64
- os: macos-12
- os: macos-14-arm64
arch: arm64
platform: macosx_arm64
- os: windows-2019
- os: windows-2022
arch: AMD64
platform: win_amd64

Expand Down

0 comments on commit 16cd036

Please sign in to comment.