Skip to content

Commit f7fea15

Browse files
committed
ci: run mainnet spectests on 4core
1 parent 7e79529 commit f7fea15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
spec-test-mainnet:
244244
name: spec tests - mainnet
245245
# It takes time to download and run spec tests, so we only run them on ubuntu-latest
246-
runs-on: ubuntu-latest
246+
runs-on: ubuntu-latest-4core
247247
needs: build-test
248248
steps:
249249
- name: Checkout Repository

0 commit comments

Comments
 (0)