diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9aa4861d..c9c81963 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