Skip to content

Commit dc3b555

Browse files
committed
Update CI to use Baselibs 7.33.0
1 parent 5825155 commit dc3b555

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

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

77
orbs:

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: "!contains(github.event.pull_request.labels.*.name, '0 diff trivial')"
2222
runs-on: ubuntu-24.04
2323
container:
24-
image: gmao/ubuntu24-geos-env:v7.32.0-intelmpi_2021.13-ifort_2021.13
24+
image: gmao/ubuntu24-geos-env:v7.33.0-intelmpi_2021.13-ifort_2021.13
2525
# Per https://github.com/actions/virtual-environments/issues/1445#issuecomment-713861495
2626
# It seems like we might not need secrets on GitHub Actions which is good for forked
2727
# pull requests

0 commit comments

Comments
 (0)