Skip to content

Commit

Permalink
GHA: Update runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Nov 4, 2024
1 parent f0a073a commit 155683b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
soft-release:
name: "\U0001F313 Soft Release"
environment: Approval
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Create GitHub release
uses: ncipollo/release-action@v1
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
needs:
- soft-release
environment: Approval
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: "\U0001F4BF Setup rclone"
run: 'curl https://rclone.org/install.sh | sudo bash'
Expand Down

0 comments on commit 155683b

Please sign in to comment.