fix: Changed workflow to run on ubuntu-latest
Some checks failed
Build and Push Dev Containers / build (push) Failing after 12s

This commit is contained in:
2025-07-04 16:36:10 +01:00
parent 57e8b82f02
commit 0a909be277

View File

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4