fix: Changed workflow to run on ubuntu-latest
Some checks failed
Build and Push Dev Containers / build (push) Failing after 12s
Some checks failed
Build and Push Dev Containers / build (push) Failing after 12s
This commit is contained in:
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user