From a692f65124d8be9bf178544f95394814495b8009 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Wed, 25 Sep 2024 16:39:41 -0700 Subject: [PATCH] Move the 6.0 workflows to 6.0.1. --- .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 6fe210f74..78b7ff4ea 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.0-noble + - version: 6.0.1-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 4212f4cff..804dd2f45 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.0-noble + - 6.0.1-noble # protobuf_git can reference a commit, tag, or branch # commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71" # tag: "ref/tags/v3.11.4"