diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index aed8b7a..b3cd0db 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 @@ -56,7 +56,7 @@ jobs: name: Test PR (Node v${{ matrix.node-version }}, OS ${{ matrix.os }}) strategy: matrix: - os: [ ubuntu-22.04 ] + os: [ ubuntu-24.04 ] node-version: [ 18, 22 ] runs-on: ${{ matrix.os }} @@ -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