Skip to content

Commit 0f9586b

Browse files
authored
Use ubuntu-22.04 to build images (#342)
1 parent f2312e7 commit 0f9586b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
init:
1414
name: Initialize build
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
outputs:
1717
architectures: ${{ steps.info.outputs.architectures }}
1818
version: ${{ steps.version.outputs.version }}
@@ -35,7 +35,7 @@ jobs:
3535
build:
3636
name: Build ${{ matrix.arch }} base image
3737
needs: init
38-
runs-on: ubuntu-latest
38+
runs-on: ubuntu-22.04
3939
permissions:
4040
contents: read
4141
id-token: write

0 commit comments

Comments
 (0)