Skip to content

Commit

Permalink
GHI #20 Try using a matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
doodspav committed Dec 19, 2023
1 parent 5a957a0 commit fec0f57
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ on:

jobs:
test-native:
strategy:
matrix:
os:
- macos
- ubuntu
uses: doodspav/patomic/.github/workflows/reusable-test-warning.yml@feature/ghi-20-inner-stuff
with:
os: ubuntu
os: ${{ matrix.os }}
preset: some-preset
architecture: some-architecture
triple: some-triple
Expand Down

0 comments on commit fec0f57

Please sign in to comment.