Skip to content

Commit

Permalink
try to get matrix correct
Browse files Browse the repository at this point in the history
  • Loading branch information
mnightingale committed Oct 27, 2023
1 parent 3b9640b commit 2b7fec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest ]
include:
- os: ubuntu-latest
linux_arch: x86_64
- os: ubuntu-latest
linux_arch: aarch64
- os: macos-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2b7fec9

Please sign in to comment.