Skip to content

Commit

Permalink
Update version of Julia on CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrolho committed Oct 11, 2024
1 parent 49c0dfd commit b2af1b8
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 @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
- '1'
os:
- ubuntu-latest
Expand All @@ -26,7 +26,7 @@ jobs:
prefix: xvfb-run
exclude:
- os: windows-latest
version: '1.6'
version: '1.10'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit b2af1b8

Please sign in to comment.