Skip to content

Commit

Permalink
Update CI to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Feb 28, 2024
1 parent 639967f commit 23355d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
with:
version: 1.8
version: 1.10
show-versioninfo: true
- name: Install dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.10'
# We don't want to test on Julia versions more recent than 1.6 until we
# figure out a robust solution for serializing / deserializing Oceananigans Grids.
# - '1' # automatically expands to the latest stable 1.x release of Julia
Expand All @@ -26,13 +26,13 @@ jobs:
# test macOS and Windows with latest Julia only
- os: macOS-latest
arch: x64
version: 1.8
version: 1.10
- os: windows-latest
arch: x64
version: 1.8
version: 1.10
- os: windows-latest
arch: x86
version: 1.8
version: 1.10
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@latest
Expand Down

0 comments on commit 23355d7

Please sign in to comment.