Skip to content

Commit ef4d596

Browse files
authored
fix playwright flakey test, upgrade to blacksmith runners for more things, cargo update to fix rfd build (#5228)
* attempt fix for flakey playwright test * fix link * disable blitz-shell file dialog * remove rfd integration in native for now * undo file-dialog pass-thru in anticipation of blitz-shell update * upgrade to blacksmith * blitz-shell bump * use faster runner
1 parent 1b1e3e3 commit ef4d596

File tree

4 files changed

+513
-622
lines changed

4 files changed

+513
-622
lines changed

‎.github/workflows/main.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
timeout-minutes: 45
225225
strategy:
226226
matrix:
227-
os: [windows-latest, blacksmith-8vcpu-ubuntu-2404]
227+
os: [blacksmith-4vcpu-windows-2025, blacksmith-8vcpu-ubuntu-2404]
228228
platform:
229229
- { toolchain: beta }
230230
# - { toolchain: 1.86.0 }
@@ -369,7 +369,7 @@ jobs:
369369
cargo-test-windows:
370370
if: github.event.pull_request.draft == false
371371
runs-on:
372-
labels: "windows-latest"
372+
labels: "blacksmith-4vcpu-windows-2025"
373373
name: "cargo test | windows"
374374
steps:
375375
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)