diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aed8b7a..3d613be 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: test_push: name: Test on push if: ${{ github.event_name == 'push' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: checks: read statuses: write @@ -81,7 +81,7 @@ jobs: pr_bun: if: ${{ github.event_name == 'pull_request' }} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: PR with Bun steps: - name: Checkout