Skip to content

Commit 1696ca2

Browse files
authored
ci: use bigger image for e2e (#4850)
1 parent ba94635 commit 1696ca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: Run CI
2727
run: pnpm run ci
2828
test-vscode-e2e:
29-
runs-on: ubuntu-latest
29+
runs-on:
30+
labels: [ubuntu-2204-8]
3031
steps:
3132
- uses: actions/checkout@v4
3233
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)