Skip to content

Commit

Permalink
240501.131050.HKT [skip ci] try building python wheels on macos14
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed May 1, 2024
1 parent 3e56d5b commit 7fab4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# As of 20240501, macos-13 is AMD64, and macOS-14 is ARM64.
os: [ubuntu-20.04, ubuntu-22.04, windows-2019, windows-2022, macos-13, macos-14]

steps:
Expand All @@ -49,7 +50,6 @@ jobs:
if: ${{ runner.os == 'macOS' }}
with:
compiler: gcc
version: 10

# Copied from https://github.com/scipy/scipy/blob/main/.github/workflows/wheels.yml
- name: win_amd64 - install rtools
Expand Down

0 comments on commit 7fab4a7

Please sign in to comment.