Skip to content

Commit 6ce982c

Browse files
committed
CircleCI testing
Try a later Ubuntu image to see if we can get bash 5.2 on it
1 parent 38850c4 commit 6ce982c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
99
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
1010
docker:
11-
- image: cimg/base:2024.01
11+
- image: cimg/base:2025.09
1212
steps:
1313
# Machine Setup
1414
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each

0 commit comments

Comments
 (0)