Skip to content

Commit

Permalink
refactor: remove build configuration for arm64 osx
Browse files Browse the repository at this point in the history
  • Loading branch information
rabii-chaarani committed Sep 30, 2024
1 parent 359c737 commit 2c162c8
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "macos-12", "macos-13","macos-13-arm64", "macos-14", "macos-14-arm64", "macos-15","macos-15-arm64","windows-latest", "windows-2019"]
python-version: ${{ fromJSON(vars.PYTHON_VERSIONS)}}
os:
- ubuntu-latest
- macos-latest
- macos-12
- macos-13
- macos-14
- macos-15
- windows-latest
- windows-2019
steps:
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down Expand Up @@ -141,7 +148,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "macos-12", "macos-13","macos-13-arm64", "macos-14", "macos-14-arm64", "macos-15","macos-15-arm64","windows-latest", "windows-2019"]
os:
- ubuntu-latest
- macos-latest
- macos-12
- macos-13
- macos-14
- macos-15
- windows-latest
- windows-2019
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2c162c8

Please sign in to comment.