Skip to content

Commit 8cafedb

Browse files
committed
ci: debug run on runner-node-02-linux-01-eu-hel1
1 parent 2a57434 commit 8cafedb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
nimflags-extra: --mm:refc
5252
- target:
5353
os: linux
54-
builder: ['self-hosted','ubuntu-22.04']
54+
builder:
55+
["self-hosted", "ubuntu-22.04", "runner-node-02-linux-01-eu-hel1"]
5556
- target:
5657
os: macos
5758
cpu: amd64
@@ -215,7 +216,7 @@ jobs:
215216

216217
devbuild:
217218
name: "Developer builds"
218-
runs-on: ['self-hosted','ubuntu-22.04']
219+
runs-on: ["self-hosted", "ubuntu-22.04", "runner-node-02-linux-01-eu-hel1"]
219220
steps:
220221
- name: Fix nim cache conflicts
221222
run: |

0 commit comments

Comments
 (0)