Skip to content

Commit 8d8acda

Browse files
MirkoCovizzieivindj-nordic
authored andcommitted
workflows: src-mirror: use RunsOn 64cpu-linux-x64
Replace GitHub-hosted runner with RunsOn-hosted runner. This runner is 4x more powerful and 4x cheaper. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent bbc359c commit 8d8acda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/src-mirror.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414

1515
# Tar entire project west workspace, prune, and upload to artifact service.
1616
generate-src-mirror-package:
17-
runs-on: ubuntu-24.04-16cores
17+
runs-on:
18+
- runs-on=${{ github.run_id }}
19+
- runner=64cpu-linux-x64
1820
steps:
1921

2022
- name: Set STABLE variable

0 commit comments

Comments
 (0)