Jelajahi Sumber

Move from 6.1.2 to 6.1.3 on CI. (#1849)

Thomas Van Lenten 6 bulan lalu
induk
melakukan
4d9df919d9
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/regular_conformance.yml

+ 1 - 1
.github/workflows/build.yml

@@ -25,7 +25,7 @@ jobs:
         # seems better. This should also ensure protobuf caching changes with
         # each new image incase system in the Swift image are changed/updated.
         swift:
-        - version: 6.1.2-noble
+        - version: 6.1.3-noble
           hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\""
         - version: 6.0.3-noble
           hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\""

+ 1 - 1
.github/workflows/regular_conformance.yml

@@ -35,7 +35,7 @@ jobs:
         # seems better. This should also ensure protobuf caching changes with
         # each new image incase system in the Swift image are changed/updated.
         swift:
-        - 6.1.2-noble
+        - 6.1.3-noble
         # protobuf_git can reference a commit, tag, or branch
         # commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"
         # tag: "ref/tags/v3.11.4"