refactor(docker-latest.yml): remove ubuntu-latest runner
Some checks failed
Docker CI/CD / docker (push) Failing after 1m35s

Removed the specific runner designation from the Docker workflow to allow for dynamic runner selection. This change aims to increase flexibility and compatibility across different CI environments. It reduces the dependency on a single OS version, potentially leading to better resource availability and efficiency in workflow execution.
This commit is contained in:
Kumi 2024-04-23 09:22:36 +02:00
parent 054f29ea39
commit d23cfa35fa
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -7,7 +7,6 @@ on:
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Set up QEMU