Skip to content

Commit

Permalink
new crack at build matrix
Browse files Browse the repository at this point in the history
verified this one with a model of the behavior in github's docs.  would
be cool if I knew how to get github to print the job configurations
before the job actually runs
  • Loading branch information
tomjakubowski committed Oct 23, 2024
1 parent 3282a8c commit ed9c823
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,28 +594,30 @@ jobs:
- macos-13
- macos-14
- windows-2022
arch:
- x86_64
- aarch64
python-version:
- 3.9
# - 3.12
node-version: [20.x]
is-release:
- ${{ startsWith(github.ref, 'refs/tags/v') }}
include:
- os: ubuntu-22.04
arch: x86_64
- os: macos-13
arch: x86_64
- os: macos-14
arch: aarch64
- os: windows-2022
arch: x86_64
exclude:
- os: macos-13
is-release: false
- os: macos-14
is-release: false
- os: windows-2022
is-release: false
- os: macos-13
arch: aarch64
- os: macos-14
arch: x86_64
- os: windows-2022
arch: aarch64
- os: ubuntu-22.04
arch: aarch64
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ed9c823

Please sign in to comment.