Skip to content

Commit 3cc5afa

Browse files
Backport PR #57721 on branch 2.2.x (update from 2022 to 2024 image) (#57729)
Backport PR #57721: update from 2022 to 2024 image Co-authored-by: Thomas Baumann <[email protected]>
1 parent 6db283c commit 3cc5afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
test-arm:
55
machine:
6-
image: ubuntu-2004:2022.04.1
6+
image: default
77
resource_class: arm.large
88
environment:
99
ENV_FILE: ci/deps/circle-310-arm64.yaml
@@ -46,7 +46,7 @@ jobs:
4646
cibw-build:
4747
type: string
4848
machine:
49-
image: ubuntu-2004:2022.04.1
49+
image: default
5050
resource_class: arm.large
5151
environment:
5252
TRIGGER_SOURCE: << pipeline.trigger_source >>

0 commit comments

Comments
 (0)