Skip to content

Commit

Permalink
Update to CI and workflows to Julia 1.9.3, pin ClimaCore
Browse files Browse the repository at this point in the history
  • Loading branch information
costachris committed Oct 18, 2023
1 parent 2f13254 commit ac1299e
Show file tree
Hide file tree
Showing 13 changed files with 2,504 additions and 1,413 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
JULIA_VERSION: "1.8.5"
JULIA_VERSION: "1.9.3"
OPENMPI_VERSION: "4.0.4"
CUDA_VERSION: "11.2"
OPENBLAS_NUM_THREADS: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodeCov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Julia
uses: julia-actions/setup-julia@latest
with:
version: 1.8.5
version: 1.9.3

- name: Test with coverage
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/JuliaFormatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
if: steps.filter.outputs.julia_file_change == 'true'
with:
version: 1.8.5
version: 1.9.3

- name: Apply JuliaFormatter
if: steps.filter.outputs.julia_file_change == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/UpDeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: julia-actions/setup-julia@latest
with:
version: 1.8.5
version: 1.9.3

- name: Apply UpDeps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8.5'
- '1.9'
os:
- ubuntu-latest
- macOS-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
CLIMAParameters = "0.7"
ClimaCore = "0.10"
ClimaCore = "= 0.10.30"
CloudMicrophysics = "0.10"
Dierckx = "0.5"
Distributions = "0.25"
Expand All @@ -42,7 +42,7 @@ StochasticDiffEq = "6.41"
SurfaceFluxes = "0.4"
Thermodynamics = "0.9, 0.10"
UnPack = "1.0"
julia = "1.5"
julia = "1.7"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"
Loading

0 comments on commit ac1299e

Please sign in to comment.