We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4994676 commit 803cafdCopy full SHA for 803cafd
.github/workflows/ci.yml
@@ -24,6 +24,9 @@ jobs:
24
with:
25
# https://github.com/swiftlang/swift-package-manager/issues/8103
26
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
30
format_check_enabled: false
31
tests:
32
name: swifttests
0 commit comments