Skip to content

Commit

Permalink
github actions - julia 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Jan 1, 2024
1 parent 293acfa commit 8ccc9d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.9.4]
julia-version: [1.10.0]
julia-arch: [x64]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
- julia-version: nightly
os: ubuntu-latest
- julia-version: 1.8.4
os: ubuntu-latest
- julia-version: 1.6.7
os: ubuntu-latest
steps:
Expand Down

0 comments on commit 8ccc9d8

Please sign in to comment.