Skip to content

Commit

Permalink
exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
nhuet committed May 13, 2024
1 parent 0eb35c2 commit f250798
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@ jobs:
get-archi:
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
include:
- os: macos-latest
arch: arm64
python-version: ["3.8", "3.9", "3.10"]
os: ["macos-latest", "macos-12"]
arch: ["arm64", "x86_64"]
exclude:
- os: macos-12
arch: arm64
- os: macos-latest
arch: x86_64
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- run: |
echo ${{ matrix }}
uname -a

0 comments on commit f250798

Please sign in to comment.