diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d888080..31218c05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1005,7 +1005,7 @@ jobs: merge: if: (github.event_name == 'push' || github.event_name == 'schedule') - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: build permissions: contents: write @@ -1019,7 +1019,7 @@ jobs: publish: if: github.event_name == 'push' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: merge permissions: contents: write