Skip to content

Commit

Permalink
Merge pull request #847 from GEOS-ESM/feature/mathomp4/ci-gcc-14-gcm
Browse files Browse the repository at this point in the history
v11: Update CI to use GCC 14
  • Loading branch information
sdrabenh authored Dec 2, 2024
2 parents fd0c2b1 + 5d1eb5f commit 1e37a41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parameters:

# Anchors to prevent forgetting to update a version
os_version: &os_version ubuntu20
baselibs_version: &baselibs_version v7.25.0
baselibs_version: &baselibs_version v7.27.0
bcs_version: &bcs_version v11.6.0
tag_build_arg_name: &tag_build_arg_name gcmversion

Expand Down Expand Up @@ -103,9 +103,9 @@ workflows:
bcs_version: *bcs_version
container_name: geosgcm
mpi_name: openmpi
mpi_version: 5.0.2
mpi_version: 5.0.5
compiler_name: gcc
compiler_version: 13.2.0
compiler_version: 14.2.0
image_name: geos-env-bcs
tag_build_arg_name: *tag_build_arg_name
resource_class: xlarge
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: "!contains(github.event.pull_request.labels.*.name, '0 diff trivial')"
runs-on: ubuntu-latest
container:
image: gmao/ubuntu20-geos-env:v7.25.0-intelmpi_2021.13-ifort_2021.13
image: gmao/ubuntu20-geos-env:v7.27.0-intelmpi_2021.13-ifort_2021.13
# Per https://github.com/actions/virtual-environments/issues/1445#issuecomment-713861495
# It seems like we might not need secrets on GitHub Actions which is good for forked
# pull requests
Expand Down

0 comments on commit 1e37a41

Please sign in to comment.