Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed Jun 2, 2024
1 parent f31c61d commit ea6fe08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ on:
jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
if: ${{ ! (matrix.os == 'macos-latest' && matrix.version == '1.1') }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version: ['1.1', 'nightly']
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: macos-latest
version: 1.1
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down

0 comments on commit ea6fe08

Please sign in to comment.