Skip to content

Commit 096dafb

Browse files
authored
Update Ubuntu container versions (#105062)
1 parent 3b00b77 commit 096dafb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/pipelines/libraries/helix-queues-setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,15 +171,15 @@ jobs:
171171

172172
# WASI
173173
- ${{ if eq(parameters.platform, 'wasi_wasm') }}:
174-
- (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-wasm-amd64
174+
- (Ubuntu.2004.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-20.04-helix-wasm-amd64
175175

176176
# Browser WebAssembly
177177
- ${{ if eq(parameters.platform, 'browser_wasm') }}:
178-
- (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly
178+
- (Ubuntu.2204.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly
179179

180180
# Browser WebAssembly Firefox
181181
- ${{ if eq(parameters.platform, 'browser_wasm_firefox') }}:
182-
- (Ubuntu.1804.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-webassembly
182+
- (Ubuntu.2204.Amd64)[email protected]/dotnet-buildtools/prereqs:ubuntu-22.04-helix-webassembly
183183

184184
# Browser WebAssembly windows
185185
- ${{ if in(parameters.platform, 'browser_wasm_win', 'wasi_wasm_win') }}:

0 commit comments

Comments
 (0)