Specify test workflow image correctly
Some checks failed
/ test (push) Failing after 45s

This commit is contained in:
Neemek 2025-08-24 16:51:10 +02:00
parent c9f85a1c20
commit 1401f7cdd4

View file

@ -4,7 +4,7 @@ jobs:
test:
runs-on: docker
container:
image: ubuntu-latest
image: ubuntu:latest
steps:
- name: Checkout Code
uses: actions/checkout@v4