ci: switch to ubuntu-24.04 runner

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-06-11 14:32:54 +02:00
parent 59f52c9505
commit 24cedc6c0f
6 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ on:
jobs:
open-pr:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ (github.event.release.prerelease != true || github.event.inputs.tag != '') && github.repository == 'docker/buildx' }}
steps:
-