diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b02952499..85c094cb8 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.1.0-noble + - version: 6.1.1-noble hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\"" - version: 6.0.3-noble hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\"" diff --git a/.github/workflows/regular_conformance.yml b/.github/workflows/regular_conformance.yml index 945a85e2c..7770e45f3 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.1.0-noble + - 6.1.1-noble # protobuf_git can reference a commit, tag, or branch # commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71" # tag: "ref/tags/v3.11.4"