Skip to content

Commit

Permalink
chore(ci): fix macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 24, 2024
1 parent 16cd036 commit 5b6b50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- os: ubuntu-24.04
arch: aarch64
platform: manylinux_aarch64
- os: macos-14
- os: macos-13
arch: x86_64
platform: macosx_x86_64
- os: macos-14-arm64
- os: macos-14
arch: arm64
platform: macosx_arm64
- os: windows-2022
Expand Down

0 comments on commit 5b6b50f

Please sign in to comment.