Skip to content

Commit

Permalink
Change github actions julia version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSlamecka committed Feb 15, 2024
1 parent 105d7ca commit 7f6ce3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.6.5]
julia-version: [1.10]
julia-arch: [x86]
os: [ubuntu-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.6', '1.9', 'nightly']
julia-version: ['1.10', 'nightly']
julia-arch: [x64]
os: [ubuntu-latest]

Expand Down

0 comments on commit 7f6ce3e

Please sign in to comment.