Skip to content

Commit

Permalink
#2885 Update CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Feb 5, 2025
1 parent e68fa69 commit ea4eee4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ on:
push

env:
CUDA_VERSION: 12.6.3
CUDA_VERSION: 12.8.0
GFORTRAN_VERSION: 14.2.0
HDF5_VERSION: 1.14.5
NETCDF_C_VERSION: 4.9.2
NETCDF_FORTRAN_VERSION: 4.6.1
NVFORTRAN_VERSION: 24.11
NVFORTRAN_VERSION: 25.1
OPENMPI_VERSION: 5.0.6
PYTHON_VERSION: 3.13.0
PYTHON_VERSION: 3.13.2

jobs:
run_if_on_mirror:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lfric_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: self-hosted
env:
LFRIC_APPS_REV: 3269
PYTHON_VERSION: 3.13.0
PYTHON_VERSION: 3.13.2

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nemo_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
NETCDF_FORTRAN_VERSION: 4.6.1
NVFORTRAN_VERSION: 23.7
ONEAPI_VERSION: 2024.2.1
PERL_VERSION: 5.40.0
PYTHON_VERSION: 3.13.0
PERL_VERSION: 5.40.1
PYTHON_VERSION: 3.13.2

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ea4eee4

Please sign in to comment.