Skip to content

Commit 42c6de6

Browse files
committed
fix: public CI runners
1 parent ad6c33c commit 42c6de6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/core_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
run-tests:
1818
name: Core repo tests in docker
19-
runs-on: [voting-private-runners]
19+
runs-on: [ubuntu-latest]
2020
timeout-minutes: 120
2121

2222
services:

.github/workflows/normal_vote_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
run-tests-normal-1:
1414
name: Brownie fork NORMAL tests 1
15-
runs-on: [voting-private-runners]
15+
runs-on: [ubuntu-latest]
1616
timeout-minutes: 150
1717

1818
services:
@@ -36,7 +36,7 @@ jobs:
3636

3737
run-tests-normal-2:
3838
name: Brownie fork NORMAL tests 2
39-
runs-on: [voting-private-runners]
39+
runs-on: [ubuntu-latest]
4040
timeout-minutes: 150
4141

4242
services:

0 commit comments

Comments
 (0)