Skip to content

Commit

Permalink
Use julia 1.10 as default in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Dec 30, 2023
1 parent fa799e9 commit ca14f43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ jobs:
matrix:
julia-version:
- '1.6'
- '1.9'
- '~1.10.0-0'
- '1.9' # to be removed in the near future
- '1.10'
- 'nightly'
julia-arch:
- x64
os:
- ubuntu-latest
include:
# Add a few macOS jobs (not too many, the number we can run in parallel is limited)
- julia-version: '1.9'
- julia-version: '1.10'
julia-arch: x64
os: macOS-latest
- julia-version: 'nightly'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oscar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Set up Julia"
uses: julia-actions/setup-julia@v1
with:
version: '~1.9.0-0'
version: '1.10'
- name: OscarDevTools - CI
if: github.repository == 'oscar-system/OscarDevTools.jl'
run: |
Expand Down

0 comments on commit ca14f43

Please sign in to comment.