Skip to content

Commit

Permalink
Changed macos builds to use "_universal2" piparch
Browse files Browse the repository at this point in the history
  • Loading branch information
OCopping committed Aug 1, 2024
1 parent 085a901 commit a3f7d64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,27 @@ jobs:
- name: osx 3.8 arm64
os: macos-latest
python: "3.8"
piparch: macosx_11_0_arm64
piparch: macosx_11_0_universal2

- name: osx 3.9 arm64
os: macos-latest
python: "3.9"
piparch: macosx_11_0_arm64
piparch: macosx_11_0_universal2

- name: osx 3.10 arm64
os: macos-latest
python: "3.10"
piparch: macosx_11_0_arm64
piparch: macosx_11_0_universal2

- name: osx 3.11 arm64
os: macos-latest
python: "3.11"
piparch: macosx_11_0_arm64
piparch: macosx_11_0_universal2

- name: osx 3.12 arm64
os: macos-latest
python: "3.12"
piparch: macosx_11_0_arm64
piparch: macosx_11_0_universal2

# Windows py builds

Expand Down

0 comments on commit a3f7d64

Please sign in to comment.