Skip to content

Commit

Permalink
No underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Feb 27, 2024
1 parent 2cce664 commit 7a1cf40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.allow_failure }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
Expand All @@ -24,7 +24,7 @@ jobs:
os:
- ubuntu-latest
include:
- allow_failure: false
- experimental: false
- version: '1.5'
arch: x64
os: ubuntu-20.04
Expand Down

0 comments on commit 7a1cf40

Please sign in to comment.