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 9c01475 commit 50e14f3Copy full SHA for 50e14f3
.github/workflows/swift.yml
@@ -23,7 +23,7 @@ jobs:
23
name: Linux
24
strategy:
25
matrix:
26
- container: ["swift:6.0.3", "swift:6.1.2", "swiftlang/swift:nightly-jammy"]
+ container: ["swift:6.0.3", "swift:6.1.2", "swiftlang/swift:nightly"]
27
config: ["debug", "release"]
28
options: ["", "SWIFT_BUILD_DYNAMIC_LIBRARY=1"]
29
runs-on: ubuntu-latest
0 commit comments