Skip to content

Commit b211df3

Browse files
committed
undo large ubuntu runner
1 parent 0c9accf commit b211df3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)