Skip to content

Commit

Permalink
update cross checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Oct 22, 2024
1 parent 921fe80 commit 6cc15c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CrossChecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Don't cancel in-progress jobs if any matrix job fails
fail-fast: false
matrix:
julia-version: ['1.6', '1'] # "1" automatically expands to the latest stable 1.x release of Julia
julia-version: ['lts', '1'] # "1" automatically expands to the latest stable 1.x release of Julia
julia-arch: [x64]
os: [ubuntu-latest, windows-latest]
experimental: [false]
Expand Down

0 comments on commit 6cc15c0

Please sign in to comment.