File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6565 # Run all matrix env at once because we will not deploy demo app to MRT.
6666 node : [20, 22]
6767 npm : [10, 11]
68- runs-on : ubuntu-latest-16-cores
68+ runs-on : ubuntu-latest
6969 env :
7070 # The "default" npm is the one that ships with a given version of node.
7171 # For more: https://nodejs.org/en/download/releases/
@@ -177,7 +177,7 @@ jobs:
177177 # Run all matrix env at once because we will not deploy demo app to MRT.
178178 node : [20, 22]
179179 npm : [10, 11]
180- runs-on : ubuntu-latest-16-cores
180+ runs-on : ubuntu-latest
181181 env :
182182 # The "default" npm is the one that ships with a given version of node.
183183 # For more: https://nodejs.org/en/download/releases/
@@ -293,7 +293,7 @@ jobs:
293293 # Run all matrix env at once because we will not deploy demo app to MRT.
294294 node : [20, 22]
295295 npm : [10, 11]
296- runs-on : ubuntu-latest-16-cores
296+ runs-on : ubuntu-latest
297297 env :
298298 # The "default" npm is the one that ships with a given version of node.
299299 # For more: https://nodejs.org/en/download/releases/
@@ -400,7 +400,7 @@ jobs:
400400 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
401401
402402 test-extra-features :
403- runs-on : ubuntu-latest-16-cores
403+ runs-on : ubuntu-latest
404404 steps :
405405 - name : Checkout
406406 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments