Skip to content

Commit cfb2fd5

Browse files
authored
Update CI to Swift 6.0.3 (#1736)
1 parent 952160b commit cfb2fd5

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.2-noble
28+
- version: 6.0.3-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.2-noble
38+
- 6.0.3-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)