Skip to content

Commit 52c4c95

Browse files
committed
Fix up CI
1 parent 1354459 commit 52c4c95

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2.1
22

33
# Anchors in case we need to override the defaults from the orb
4-
#baselibs_version: &baselibs_version v7.17.0
5-
#bcs_version: &bcs_version v11.4.0
4+
#baselibs_version: &baselibs_version v7.33.0
5+
#bcs_version: &bcs_version v11.6.0
66

77
orbs:
8-
ci: geos-esm/circleci-tools@2
8+
ci: geos-esm/circleci-tools@4
99

1010
workflows:
1111
build-test:

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: "!contains(github.event.pull_request.labels.*.name, '0 diff trivial')"
2323
runs-on: ubuntu-24.04
2424
container:
25-
image: gmao/ubuntu24-geos-env:v7.32.0-intelmpi_2021.13-ifort_2021.13
25+
image: gmao/ubuntu24-geos-env:v7.33.0-intelmpi_2021.13-ifort_2021.13
2626

2727
env:
2828
OMPI_ALLOW_RUN_AS_ROOT: 1
@@ -78,7 +78,7 @@ jobs:
7878
if: "!contains(github.event.pull_request.labels.*.name, '0 diff trivial')"
7979
runs-on: ubuntu-24.04
8080
container:
81-
image: gmao/ubuntu24-geos-env-mkl:v7.32.0-openmpi_5.0.5-gcc_14.2.0
81+
image: gmao/ubuntu24-geos-env-mkl:v7.33.0-openmpi_5.0.5-gcc_14.2.0
8282

8383
env:
8484
OMPI_ALLOW_RUN_AS_ROOT: 1

0 commit comments

Comments
 (0)