From b994cfd4e18347d516b3d73e075b91447e4fc4fd Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 11 Nov 2024 11:19:10 -0500 Subject: [PATCH] Move 6.0.x to 6.0.2. --- .github/workflows/build.yml | 2 +- .github/workflows/regular_conformance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dd62fa001..6aeb2688b 100644 --- a/.github/workflows/build.yml +++ b/.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.0.1-noble + - version: 6.0.2-noble hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\"" - version: 5.10.1-noble # No "hook", see https://github.com/apple/swift-protobuf/issues/1560 for the diff --git a/.github/workflows/regular_conformance.yml b/.github/workflows/regular_conformance.yml index 3f7f878e2..b54c89648 100644 --- a/.github/workflows/regular_conformance.yml +++ b/.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.0.1-noble + - 6.0.2-noble # protobuf_git can reference a commit, tag, or branch # commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71" # tag: "ref/tags/v3.11.4"