Fix runner labels: use ubuntu-latest instead of [linux, x64, docker:dind]
Some checks failed
Build Packages / Build libostree Backport (push) Failing after 1s
Build Packages / Build bootc Package (push) Has been skipped
Build Packages / Create Combined Artifacts (push) Has been skipped
Test Build / Test bootc Build (with existing libostree) (push) Failing after 1s

This commit is contained in:
robojerk 2025-07-21 00:22:37 +00:00
parent 8c0c7555fe
commit f59d3080b9
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ env:
jobs:
build-libostree-backport:
name: Build libostree Backport
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
@ -75,7 +75,7 @@ jobs:
build-bootc:
name: Build bootc Package
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
needs: build-libostree-backport
@ -128,7 +128,7 @@ jobs:
create-artifacts:
name: Create Combined Artifacts
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
needs: [build-libostree-backport, build-bootc]