diff --git a/.forgejo/workflows/build-images.yaml b/.forgejo/workflows/build-images.yaml index 6358a0b..a7d6166 100644 --- a/.forgejo/workflows/build-images.yaml +++ b/.forgejo/workflows/build-images.yaml @@ -13,7 +13,7 @@ jobs: # 1) Collect channel/platform JSON -> Upload artifact ################################################################# matrix: - runs-on: ubuntu-22.04 + runs-on: ci-os steps: - name: Checkout uses: actions/checkout@v4 @@ -62,7 +62,7 @@ jobs: # 2) Download + parse matrix artifact -> set output ################################################################# check-matrix: - runs-on: ubuntu-22.04 + runs-on: ci-os needs: [ matrix ] outputs: matrix: ${{ steps.extract.outputs.matrix }} @@ -83,7 +83,7 @@ jobs: # 3) For each (channel, platform) combination -> build & push ################################################################# build-and-push: - runs-on: ubuntu-22.04 + runs-on: ci-os needs: [ check-matrix ] strategy: fail-fast: false