Skip to content

Commit

Permalink
GHA: Update runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Oct 30, 2024
1 parent da14f61 commit 92c0333
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
build-windows-x64-stage-1:
name: Windows Stage 1
runs-on:
- warp-ubuntu-2404-x64-16x-spot
- warp-custom-16x-ubuntu-24
concurrency:
group: "${{ github.head_ref }}-windows-x64-stage-1"
cancel-in-progress: true
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
needs:
- build-windows-x64-stage-2
runs-on:
- warp-ubuntu-2404-x64-16x-spot
- warp-custom-16x-ubuntu-24
concurrency:
group: "${{ github.head_ref }}-windows-x64-stage-3"
cancel-in-progress: true
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
build-macos-multi-stage-1:
name: macOS Stage 1
runs-on:
- warp-ubuntu-2404-x64-16x-spot
- warp-custom-16x-ubuntu-24
strategy:
matrix:
arch:
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
build-macos-multi-stage-3:
name: macOS Stage 3
runs-on:
- warp-ubuntu-2404-x64-16x-spot
- warp-custom-16x-ubuntu-24
needs:
- build-macos-multi-stage-2
strategy:
Expand Down Expand Up @@ -737,7 +737,7 @@ jobs:
build-linux-x64:
name: Linux
runs-on:
- warp-ubuntu-2404-x64-16x-spot
- warp-custom-16x-ubuntu-24
concurrency:
group: "${{ github.head_ref }}-linux-x64"
cancel-in-progress: true
Expand Down

0 comments on commit 92c0333

Please sign in to comment.