Skip to content

Commit 803cafd

Browse files
authored
Use swift:6.1-noble for documentation check (#235)
1 parent 4994676 commit 803cafd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
# https://github.com/swiftlang/swift-package-manager/issues/8103
2626
api_breakage_check_enabled: false
27+
# swift:6.2-noble leads to issues with Snippets
28+
# e.g. https://github.com/apple/swift-homomorphic-encryption/actions/runs/18144503507/job/51643132814#step:5:1087
29+
docs_check_container_image: swift:6.1-noble
2730
format_check_enabled: false
2831
tests:
2932
name: swifttests

0 commit comments

Comments
 (0)