There was an error while loading. Please reload this page.
1 parent ad64382 commit 216918aCopy full SHA for 216918a
1 file changed
.github/workflows/release.yml
@@ -388,7 +388,11 @@ jobs:
388
rust_target: x86_64-apple-darwin
389
resource_key: darwin-x64
390
- label: Linux x64
391
- runner: blacksmith-8vcpu-ubuntu-2404
+ # GitHub-hosted deliberately. Every stuck job so far has been on a
392
+ # blacksmith ubuntu runner, including this build sitting unassigned
393
+ # for 43 minutes while the macOS and Windows jobs queued after it
394
+ # ran and finished. Slower here, but it actually starts.
395
+ runner: ubuntu-latest
396
platform: linux
397
target: AppImage
398
arch: x64
0 commit comments