[no ci] use ubuntu 22.04 base image
* just to make this work until this is replaced
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
|||||||
build-base:
|
build-base:
|
||||||
name: Build base ${{ matrix.TAG }}
|
name: Build base ${{ matrix.TAG }}
|
||||||
if: "!contains(github.event.pull_request.body, '[skip build-base]')"
|
if: "!contains(github.event.pull_request.body, '[skip build-base]')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
PLATFORMS: ${{ matrix.PLATFORMS }}
|
PLATFORMS: ${{ matrix.PLATFORMS }}
|
||||||
strategy:
|
strategy:
|
||||||
@@ -225,7 +225,7 @@ jobs:
|
|||||||
build-flavours:
|
build-flavours:
|
||||||
name: Build ${{ matrix.TYPE }}:${{ matrix.TAG }}
|
name: Build ${{ matrix.TYPE }}:${{ matrix.TAG }}
|
||||||
if: (!cancelled() && !failure())
|
if: (!cancelled() && !failure())
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
needs: [build-base]
|
needs: [build-base]
|
||||||
env:
|
env:
|
||||||
PLATFORMS: ${{ matrix.PLATFORMS }}
|
PLATFORMS: ${{ matrix.PLATFORMS }}
|
||||||
|
|||||||
Reference in New Issue
Block a user