Skip to content

Commit

Permalink
Fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
audy committed Sep 28, 2024
1 parent d8a368b commit 614ac99
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,25 @@ jobs:
strategy:
matrix:
include:
# macos
# macos - ARM
- os: macos-latest
architecture: arm64
runner: macos-14 # m1
python-version: "3.12"
- os: macos-latest
architecture: x64
runner: macos-13 # intel
python-version: "3.12"
# ubuntu
- os: ubuntu-latest
architecture: x64
runner: ubuntu-latest
python-version: "3.12"
- os: macos-latest
architecture: arm64
runner: macos-14 # m1
python-version: "3.11"
# macos - x86
- os: macos-latest
architecture: x64
runner: macos-13 # x86
python-version: "3.12"
- os: macos-latest
architecture: x64
runner: macos-13 # intel
runner: macos-13 # x86
python-version: "3.11"
# ubuntu
# ubuntu - x86
- os: ubuntu-latest
architecture: x64
runner: ubuntu-latest
Expand Down

0 comments on commit 614ac99

Please sign in to comment.