Skip to content

Commit

Permalink
Update packaging-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ianna committed Jun 30, 2024
1 parent 502e515 commit 300ae22
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/packaging-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-13, ubuntu-latest]
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
- uses: actions/checkout@v4
Expand All @@ -72,7 +72,10 @@ jobs:
with:
python-version: 3.8
if: runner.os == 'macOS' && runner.arch == 'ARM64'

curl -o /tmp/Python38.pkg https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg
sudo installer -pkg /tmp/Python38.pkg -target /
sh "/Applications/Python 3.8/Install Certificates.command"

- uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_ARCHS_MACOS: universal2
Expand Down

0 comments on commit 300ae22

Please sign in to comment.