Skip to content

Commit 06400fa

Browse files
committed
GH workflow: use 24.04
1 parent 2ad5809 commit 06400fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ env:
4141

4242
jobs:
4343
tag:
44-
runs-on: ubuntu-22.04
44+
runs-on: ubuntu-24.04
4545
timeout-minutes: 2
4646
outputs:
4747
existing-tags: ${{ steps.quayio.outputs.tags }}
@@ -83,7 +83,7 @@ jobs:
8383
echo "TAG=${{ steps.version.outputs.VERSION }}-${{ steps.quayio.outputs.buildNumber }}" >> $GITHUB_OUTPUT
8484
8585
publish-docker:
86-
runs-on: ubuntu-22.04
86+
runs-on: ubuntu-24.04
8787
timeout-minutes: 30
8888
needs:
8989
- tag

0 commit comments

Comments
 (0)