Skip to content

Commit 526a938

Browse files
committed
update action v1
1 parent da67ef0 commit 526a938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-test-k8s.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ concurrency:
3535
jobs:
3636
prepare:
3737
name: Prepare
38-
runs-on: buildjet-2vcpu-ubuntu-1804
38+
runs-on: buildjet-2vcpu-ubuntu-2004
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@v2
@@ -59,7 +59,7 @@ jobs:
5959
e2e-test:
6060
needs:
6161
- prepare
62-
runs-on: buildjet-2vcpu-ubuntu-1804
62+
runs-on: buildjet-2vcpu-ubuntu-2004
6363
steps:
6464
- name: Checkout
6565
uses: actions/checkout@v4

0 commit comments

Comments
 (0)