Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkWieczorek committed Jan 19, 2024
1 parent 146e63b commit 88ec8ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [linux, macos-latest]
os: [ubuntu-latest, macos-latest]
include:
- os: macos-latest
platform: universal2
- os: linux
- os: ubuntu-latest
platform: x86_64
- os: linux
platform: aarch64

env:
REPO_DIR: SHTOOLS
Expand Down

0 comments on commit 88ec8ce

Please sign in to comment.