Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 22, 2023
1 parent f7f4dac commit bc0fffc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ jobs:
strategy:
fail-fast: false
matrix:
# julia-version: [1]
julia-version: ['1', '^1.10.0-rc1', 'nightly']
# os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
# arch: [x64]
arch: [x64, x86]
julia-version: [1]
# julia-version: ['1', '^1.10.0-rc1', 'nightly']
os: [ubuntu-latest]
# os: [ubuntu-latest, windows-latest, macOS-latest]
arch: [x64]
# arch: [x64, x86]
exclude:
- os: macOS-latest
arch: x86
steps:
- run: |
echo '${{ toJSON(matrix || '') }}' | jq -r 'to_entries | map("\(.value)") | "matstr=" + join("-")' >> $GITHUB_OUTPUT
echo "restore-key=${matstr}" >> $GITHUB_OUTPUT
echo "restore-key=$matstr" >> $GITHUB_OUTPUT
id: foo
shell: bash
- run: |
Expand Down

0 comments on commit bc0fffc

Please sign in to comment.