Skip to content

Commit

Permalink
chore: why does 64 core 256 gb take longer
Browse files Browse the repository at this point in the history
  • Loading branch information
junkim012 committed Feb 7, 2024
1 parent 495cb2d commit 9349a6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
jobs:
prettify:
runs-on:
labels: linux-64-core-256-GB
labels: linux-16-core-64-GB
strategy:
matrix:
os:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

codespell:
runs-on:
labels: linux-64-core-256-GB
labels: linux-16-core-64-GB
strategy:
matrix:
os:
Expand All @@ -77,7 +77,7 @@ jobs:

validate-links:
runs-on:
labels: linux-64-core-256-GB
labels: linux-16-core-64-GB
strategy:
matrix:
os:
Expand All @@ -103,7 +103,7 @@ jobs:

tests:
runs-on:
labels: linux-64-core-256-GB
labels: linux-16-core-64-GB
strategy:
matrix:
os:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:

solhint:
runs-on:
labels: linux-64-core-256-GB
labels: linux-16-core-64-GB
strategy:
matrix:
os:
Expand All @@ -158,7 +158,7 @@ jobs:
slither:
runs-on:
labels: linux-64-core-256-GB
labels: linux-16-core-64-GB
strategy:
matrix:
os:
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
storage-check:
runs-on:
labels: linux-64-core-256-GB
labels: linux-16-core-64-GB
strategy:
matrix:
os:
Expand Down

0 comments on commit 9349a6d

Please sign in to comment.