Update nightly CI to Ubuntu 22.04

This commit is contained in:
David Nadoba 2023-01-17 19:48:00 +01:00
parent 3aaace1330
commit 8a0aad8778

View File

@ -3,15 +3,15 @@ version: "3"
services: services:
runtime-setup: runtime-setup:
image: swift-nio-extras:20.04-main image: swift-nio-extras:22.04-main
build: build:
args: args:
base_image: "swiftlang/swift:nightly-main-focal" base_image: "swiftlang/swift:nightly-main-jammy"
test: test:
image: swift-nio-extras:20.04-main image: swift-nio-extras:22.04-main
environment: environment:
- IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error - IMPORT_CHECK_ARG=--explicit-target-dependency-import-check error
shell: shell:
image: swift-nio-extras:20.04-main image: swift-nio-extras:22.04-main