Skip to content

Commit d29f144

Browse files
Use Ubuntu 22.04 instead of obsolete 18.04
1 parent a7f981a commit d29f144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- { os: macos-10.15, toolchain: wasm-5.7.3-RELEASE, wasi-backend: Node, xcode: Xcode_12.4.app }
1414
- { os: macos-11, toolchain: wasm-5.7.3-RELEASE, wasi-backend: Node, xcode: Xcode_13.2.1.app }
1515
- { os: macos-12, toolchain: wasm-5.7.3-RELEASE, wasi-backend: Node, xcode: Xcode_13.4.1.app }
16-
- { os: ubuntu-18.04, toolchain: wasm-5.7.3-RELEASE, wasi-backend: Node }
16+
- { os: ubuntu-22.04, toolchain: wasm-5.7.3-RELEASE, wasi-backend: Node }
1717

1818
# Ensure that test succeeds with all toolchains and wasi backend combinations
1919
- { os: ubuntu-20.04, toolchain: wasm-5.5.0-RELEASE, wasi-backend: Node }

0 commit comments

Comments
 (0)