Skip to content

Commit

Permalink
use Julia 1.10 in CI (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 authored Oct 8, 2024
1 parent 7a67ded commit 7a1dff8
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1'
- '1.10'
os:
- ubuntu-latest
arch:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: ['1',]
version: ['1.10',]
os: ['ubuntu-latest',]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7a1dff8

Please sign in to comment.