diff --git a/.github/workflows/release-new-action-version.yml b/.github/workflows/release-new-action-version.yml index e584e46f6..7f865b071 100644 --- a/.github/workflows/release-new-action-version.yml +++ b/.github/workflows/release-new-action-version.yml @@ -19,7 +19,7 @@ jobs: name: Update the major tag to include the ${{ github.event.inputs.TAG_NAME || github.event.release.tag_name }} changes environment: name: releaseNewActionVersion - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Update the ${{ env.TAG_NAME }} tag id: update-major-tag