diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index a74db480d3..bde04a1ca8 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - runs-on: [ubuntu-latest, windows-latest, macos-latest] + runs-on: [ubuntu-latest, blacksmith-4vcpu-windows-2025, macos-latest] fail-fast: false runs-on: ${{ matrix.runs-on }} @@ -73,7 +73,7 @@ jobs: } verify: name: Verify and Delete - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 needs: [upload] steps: - name: Checkout diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 6e4924888f..46f948989f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -14,7 +14,7 @@ jobs: build: name: Audit - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout diff --git a/.github/workflows/cache-tests.yml b/.github/workflows/cache-tests.yml index e05362a325..863353cc2b 100644 --- a/.github/workflows/cache-tests.yml +++ b/.github/workflows/cache-tests.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - runs-on: [ubuntu-latest, windows-latest, macOS-latest] + runs-on: [ubuntu-latest, blacksmith-4vcpu-windows-2025, macOS-latest] fail-fast: false runs-on: ${{ matrix.runs-on }} diff --git a/.github/workflows/cache-windows-test.yml b/.github/workflows/cache-windows-test.yml index 75792fc042..6d606ce291 100644 --- a/.github/workflows/cache-windows-test.yml +++ b/.github/workflows/cache-windows-test.yml @@ -13,7 +13,7 @@ jobs: build: name: Build - runs-on: windows-latest + runs-on: blacksmith-4vcpu-windows-2025 steps: - name: Checkout diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4b44be9851..fc2769a0c5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: # CodeQL runs on ubuntu-latest, windows-latest, and macos-latest - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout repository diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index 9c5cbec215..0eb45e71b7 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -9,7 +9,7 @@ on: jobs: check-tags: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 453f9bcc20..d1359a999c 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - runs-on: [ubuntu-latest, macos-latest, windows-latest] + runs-on: [ubuntu-latest, macos-latest, blacksmith-4vcpu-windows-2025] fail-fast: false runs-on: ${{ matrix.runs-on }} diff --git a/.github/workflows/update-github.yaml b/.github/workflows/update-github.yaml index 6de4eed2a1..437e10461b 100644 --- a/.github/workflows/update-github.yaml +++ b/.github/workflows/update-github.yaml @@ -5,7 +5,7 @@ on: jobs: UpdateOctokit: - runs-on: ubuntu-latest + runs-on: blacksmith-4vcpu-ubuntu-2404 if: ${{ github.repository_owner == 'actions' }} steps: - name: Checkout repository