Skip to content

Commit

Permalink
Switch to Warpbuild for reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburnham committed Sep 25, 2024
1 parent c5245e1 commit 8463d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:
jobs:
linux-ignored:
if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: warp-ubuntu-2404-x64-16x
env:
RUSTFLAGS: -D warnings
steps:
Expand All @@ -36,7 +36,7 @@ jobs:
linux-arm:
if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
runs-on: buildjet-16vcpu-ubuntu-2204-arm
runs-on: warp-ubuntu-latest-arm64-16x
env:
RUSTFLAGS: -D warnings
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
linux_exhaustive:
runs-on: buildjet-16vcpu-ubuntu-2204
runs-on: warp-ubuntu-2404-x64-32x
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8463d22

Please sign in to comment.