[no ci] use ubuntu 22.04 base image

* just to make this work until this is replaced
This commit is contained in:
ChristopherHX
2025-02-27 01:06:28 +01:00
committed by GitHub
parent 844d48050c
commit 7df48ceacd
+2 -2
View File
@@ -38,7 +38,7 @@ jobs:
build-base:
name: Build base ${{ matrix.TAG }}
if: "!contains(github.event.pull_request.body, '[skip build-base]')"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
PLATFORMS: ${{ matrix.PLATFORMS }}
strategy:
@@ -225,7 +225,7 @@ jobs:
build-flavours:
name: Build ${{ matrix.TYPE }}:${{ matrix.TAG }}
if: (!cancelled() && !failure())
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-base]
env:
PLATFORMS: ${{ matrix.PLATFORMS }}