22.04
Some checks failed
Build / Build (pull_request) Failing after 10s
Build / Test (pull_request) Failing after 4s
Some checks failed
Build / Build (pull_request) Failing after 10s
Build / Test (pull_request) Failing after 4s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
Build:
|
||||
name: Build
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
image: ubuntu:22.04
|
||||
volumes:
|
||||
- build-artifacts:/workspace/artifacts
|
||||
env:
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
Test:
|
||||
name: Test
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
image: ubuntu:22.04
|
||||
volumes:
|
||||
- build-artifacts:/workspace/artifacts
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user