Skip to content

Commit

Permalink
#2689 Update CI software dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Aug 9, 2024
1 parent 443ee9c commit 53f26dc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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.5.0
GFORTRAN_VERSION: 14.1.0
CUDA_VERSION: 12.6.0
GFORTRAN_VERSION: 14.2.0
HDF5_VERSION: 1.14.4.3
NETCDF_C_VERSION: 4.9.2
NETCDF_FORTRAN_VERSION: 4.6.1
NVFORTRAN_VERSION: 24.5
OPENMPI_VERSION: 5.0.3
PYTHON_VERSION: 3.12.3
NVFORTRAN_VERSION: 24.7
OPENMPI_VERSION: 5.0.5
PYTHON_VERSION: 3.12.5

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: 1192
PYTHON_VERSION: 3.12.3
PYTHON_VERSION: 3.12.5

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nemo_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
NETCDF_C_VERSION: 4.9.2
NETCDF_FORTRAN_VERSION: 4.6.1
NVFORTRAN_VERSION: 23.7
ONEAPI_VERSION: 2024.1.0
PERL_VERSION: 5.38.2
PYTHON_VERSION: 3.12.3
ONEAPI_VERSION: 2024.2.1
PERL_VERSION: 5.40.0
PYTHON_VERSION: 3.12.5

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

0 comments on commit 53f26dc

Please sign in to comment.