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.
Swift 6.2
1 parent 38ffbd3 commit c6fa536Copy full SHA for c6fa536
.github/workflows/build_and_test.yml
@@ -83,6 +83,16 @@ jobs:
83
docker run swift:6.1 uname -a
84
docker run -v $PWD:/spark -w /spark swift:6.1 swift build -c release
85
86
+ build-ubuntu-swift62:
87
+ runs-on: ubuntu-latest
88
+ timeout-minutes: 20
89
+ steps:
90
+ - uses: actions/checkout@v4
91
+ - name: Build
92
+ run: |
93
+ docker run swiftlang/swift:nightly-6.2-noble uname -a
94
+ docker run -v $PWD:/spark -w /spark swiftlang/swift:nightly-6.2-noble swift build -c release
95
+
96
integration-test-mac:
97
runs-on: macos-15
98
timeout-minutes: 20
0 commit comments