diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0342d7c..6ba16b3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: push: name: Push ${{ github.ref }} if: github.event_name == 'push' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: checks: read statuses: write @@ -96,7 +96,7 @@ jobs: name: Post-release needs: push if: github.event_name == 'push' && github.ref == 'refs/heads/master' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Setup NodeJS uses: actions/setup-node@v4