Skip to content

Commit e8d2353

Browse files
committed
migrate to blacksmith
1 parent abfee3e commit e8d2353

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ concurrency:
3232

3333
jobs:
3434
check:
35-
runs-on: blacksmith-4vcpu-ubuntu-2404
35+
runs-on: warp-ubuntu-latest-x64-4x
3636
steps:
3737
- uses: awalsh128/cache-apt-pkgs-action@latest
3838
with:
@@ -47,5 +47,6 @@ jobs:
4747
cache-all-crates: "true"
4848
cache-on-failure: "false"
4949
cache-directories: "target/dx"
50+
cache-provider: "warpbuild"
5051
- name: Check
5152
run: cargo check --workspace --all-features

.github/workflows/fly-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
deploy:
1616
name: Deploy app
17-
runs-on: blacksmith-4vcpu-ubuntu-2404
17+
runs-on: warp-ubuntu-latest-x64-4x
1818
concurrency: deploy-group # optional: ensure only one action runs at a time
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
build-deploy:
14-
runs-on: blacksmith-4vcpu-ubuntu-2404
14+
runs-on: warp-ubuntu-latest-x64-8x
1515
env:
1616
CARGO_INCREMENTAL: 1
1717
steps:
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
cache-all-crates: "true"
3333
cache-on-failure: "false"
34+
cache-provider: "warpbuild"
3435
- uses: cargo-bins/cargo-binstall@main
3536
- name: Install CLI
3637
run: cargo binstall dioxus-cli -y --force

0 commit comments

Comments
 (0)