Skip to content

Commit 216918a

Browse files
committed
ci: build Linux on a GitHub-hosted runner
1 parent ad64382 commit 216918a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,11 @@ jobs:
388388
rust_target: x86_64-apple-darwin
389389
resource_key: darwin-x64
390390
- label: Linux x64
391-
runner: blacksmith-8vcpu-ubuntu-2404
391+
# 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
392396
platform: linux
393397
target: AppImage
394398
arch: x64

0 commit comments

Comments
 (0)