Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 5ca1df8

Browse files
authored
ci: update machine images (#406)
* downgrade ubuntu images from 22.04 to latest 20.04 * upgrade macos image to 12.5.1
1 parent 1038241 commit 5ca1df8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
tests:
181181
machine:
182-
image: ubuntu-2204:2022.04.2
182+
image: ubuntu-2004:2022.07.1
183183
description: "tests"
184184
steps:
185185
- checkout-and-merge-to-main
@@ -394,7 +394,7 @@ jobs:
394394
395395
integration-tests:
396396
machine:
397-
image: ubuntu-2204:2022.04.2
397+
image: ubuntu-2004:2022.07.1
398398
description: "integration tests"
399399
steps:
400400
- checkout-and-merge-to-main
@@ -662,7 +662,7 @@ jobs:
662662
663663
tck-tests:
664664
machine:
665-
image: ubuntu-2204:2022.04.2
665+
image: ubuntu-2004:2022.07.1
666666
description: "TCK tests"
667667
steps:
668668
- checkout-and-merge-to-main
@@ -675,7 +675,7 @@ jobs:
675675
676676
validate-docs:
677677
machine:
678-
image: ubuntu-2204:2022.04.2
678+
image: ubuntu-2004:2022.07.1
679679
description: "validate docs"
680680
steps:
681681
- checkout-and-merge-to-main
@@ -718,7 +718,7 @@ jobs:
718718
719719
publish-tck:
720720
machine:
721-
image: ubuntu-2204:2022.04.2
721+
image: ubuntu-2004:2022.07.1
722722
description: "publish TCK"
723723
steps:
724724
- checkout
@@ -731,7 +731,7 @@ jobs:
731731
732732
publish-docs:
733733
machine:
734-
image: ubuntu-2204:2022.04.2
734+
image: ubuntu-2004:2022.07.1
735735
description: "publish docs"
736736
steps:
737737
- checkout
@@ -836,7 +836,7 @@ jobs:
836836
837837
e2e-tests:
838838
machine:
839-
image: ubuntu-2204:2022.04.2
839+
image: ubuntu-2004:2022.07.1
840840
description: "e2e-tests"
841841
steps:
842842
- checkout-and-merge-to-main
@@ -919,7 +919,7 @@ jobs:
919919
920920
publish_native_linux:
921921
machine:
922-
image: ubuntu-2204:2022.04.2
922+
image: ubuntu-2004:2022.07.1
923923
description: "Build Native image on Linux"
924924
steps:
925925
- checkout
@@ -940,7 +940,7 @@ jobs:
940940

941941
publish_native_macos:
942942
macos:
943-
xcode: 12.5.0
943+
xcode: 12.5.1
944944
description: "Build Native image on macOS"
945945
steps:
946946
- checkout

0 commit comments

Comments
 (0)