mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-15 01:18:58 +08:00
Update nightly CI to Ubuntu 22.04
This commit is contained in:
parent
3aaace1330
commit
8a0aad8778
@ -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
|
Loading…
x
Reference in New Issue
Block a user