Skip to content

Commit a692f65

Browse files
committed
Move the 6.0 workflows to 6.0.1.
1 parent 53aee19 commit a692f65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# seems better. This should also ensure protobuf caching changes with
2626
# each new image incase system in the Swift image are changed/updated.
2727
swift:
28-
- version: 6.0.0-noble
28+
- version: 6.0.1-noble
2929
hook: "SWIFT_BUILD_TEST_HOOK=\"-Xswiftc -warnings-as-errors\""
3030
- version: 5.10.1-noble
3131
# No "hook", see https://github.com/apple/swift-protobuf/issues/1560 for the

.github/workflows/regular_conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# seems better. This should also ensure protobuf caching changes with
3636
# each new image incase system in the Swift image are changed/updated.
3737
swift:
38-
- 6.0.0-noble
38+
- 6.0.1-noble
3939
# protobuf_git can reference a commit, tag, or branch
4040
# commit: "commits/6935eae45c99926a000ecbef0be20dfd3d159e71"
4141
# tag: "ref/tags/v3.11.4"

0 commit comments

Comments
 (0)