diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cbc0cd9..c0fe813 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ concurrency: jobs: check: name: Lint & Test - runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04' }} + runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04-8' }} steps: - name: Checkout repository @@ -129,7 +129,7 @@ jobs: build: name: Build - runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04' }} + runs-on: ${{ (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) && 'ubuntu-24.04' || 'depot-ubuntu-24.04-8' }} steps: - name: Checkout repository diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index b9678ff..47dca07 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -44,7 +44,7 @@ jobs: build: needs: check if: needs.check.outputs.should_build == 'true' - runs-on: depot-ubuntu-24.04 + runs-on: depot-ubuntu-24.04-8 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a70056f..7b3808a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: jobs: release: - runs-on: depot-ubuntu-24.04 + runs-on: depot-ubuntu-24.04-8 permissions: contents: write