Skip to content

Commit c729deb

Browse files
CI: Update GitHub Actions runs-on to Ubuntu 22.04
1 parent ab62093 commit c729deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
wasi-swift-sdk-id: DEVELOPMENT-SNAPSHOT-2024-10-15-a-wasm32-unknown-wasi
105105
wasi-swift-sdk-checksum: "229cd9d3b0ed582c7ef7c3064888ad78764e4743b5a770df92554a94513f53fb"
106106

107-
runs-on: ubuntu-20.04
107+
runs-on: ubuntu-22.04
108108
name: "build-linux (${{ matrix.swift }})"
109109

110110
steps:
@@ -221,7 +221,7 @@ jobs:
221221
swift test @ExtraFlags
222222
223223
build-cmake:
224-
runs-on: ubuntu-20.04
224+
runs-on: ubuntu-22.04
225225
container:
226226
image: swift:5.8-focal
227227
steps:

0 commit comments

Comments
 (0)