diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml index 92a0f07e2e..2f2e6b632e 100644 --- a/.github/workflows/release-artifacts.yml +++ b/.github/workflows/release-artifacts.yml @@ -23,7 +23,7 @@ permissions: jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: # If the job fails, these details are all but impossible to observe.yy - name: Provide github event JSON for examination @@ -212,7 +212,7 @@ jobs: notification: if: needs.build.outputs.uploaded == 'true' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: build steps: - name: Format release email diff --git a/.github/workflows/update-podmanio.yml b/.github/workflows/update-podmanio.yml index 8f1287cef2..de5c11967f 100644 --- a/.github/workflows/update-podmanio.yml +++ b/.github/workflows/update-podmanio.yml @@ -12,7 +12,7 @@ on: jobs: bump: name: Bump - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Get version id: getversion