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 ab62093 commit c729debCopy full SHA for c729deb
.github/workflows/main.yml
@@ -104,7 +104,7 @@ jobs:
104
wasi-swift-sdk-id: DEVELOPMENT-SNAPSHOT-2024-10-15-a-wasm32-unknown-wasi
105
wasi-swift-sdk-checksum: "229cd9d3b0ed582c7ef7c3064888ad78764e4743b5a770df92554a94513f53fb"
106
107
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
108
name: "build-linux (${{ matrix.swift }})"
109
110
steps:
@@ -221,7 +221,7 @@ jobs:
221
swift test @ExtraFlags
222
223
build-cmake:
224
225
container:
226
image: swift:5.8-focal
227
0 commit comments