Skip to content

Commit 7df48ce

Browse files
[no ci] use ubuntu 22.04 base image
* just to make this work until this is replaced
1 parent 844d480 commit 7df48ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
build-base:
3939
name: Build base ${{ matrix.TAG }}
4040
if: "!contains(github.event.pull_request.body, '[skip build-base]')"
41-
runs-on: ubuntu-latest
41+
runs-on: ubuntu-22.04
4242
env:
4343
PLATFORMS: ${{ matrix.PLATFORMS }}
4444
strategy:
@@ -225,7 +225,7 @@ jobs:
225225
build-flavours:
226226
name: Build ${{ matrix.TYPE }}:${{ matrix.TAG }}
227227
if: (!cancelled() && !failure())
228-
runs-on: ubuntu-latest
228+
runs-on: ubuntu-22.04
229229
needs: [build-base]
230230
env:
231231
PLATFORMS: ${{ matrix.PLATFORMS }}

0 commit comments

Comments
 (0)