But I can only provide ubuntu-22.04
Some checks are pending
/ cargo test (push) Waiting to run
/ docker build (push) Successful in 1m18s

This commit is contained in:
Karcsesz 2024-03-18 00:29:46 +01:00
parent 13a20d2dac
commit 4aa7aa99f9

View file

@ -9,7 +9,7 @@ jobs:
- run: cargo test --all-features
docker:
name: docker build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: docker/login-action@v3
with: