22.04
Some checks failed
Build / Build (pull_request) Failing after 10s
Build / Test (pull_request) Failing after 4s

This commit is contained in:
2026-02-21 17:24:36 -05:00
parent ad95056376
commit b3bb13fa33

View File

@@ -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: