Skip to content

Commit

Permalink
Change continuous integration version 1.10.0 to min
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobjpeters committed Oct 16, 2024
1 parent 3d76857 commit 4442957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version:
- 'pre'
- '1'
- '1.10.0'
- 'min'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -36,7 +36,7 @@ jobs:
arch: ${{ matrix.arch }}
show-versioninfo: true
- uses: julia-actions/julia-downgrade-compat@v1
if: ${{ matrix.version == '1.10.0' }}
if: ${{ matrix.version == 'min' }}
with:
strict: 'true'
- uses: julia-actions/cache@v1
Expand Down

0 comments on commit 4442957

Please sign in to comment.