Skip to content

Commit 289d436

Browse files
committed
ci: downgrade integration-test runner
1 parent 0746ae1 commit 289d436

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/memshell-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
depend_tasks: ""
5151
- middleware: "struct2"
5252
depend_tasks: ":vul:vul-struct2:war"
53-
runs-on: ubuntu-latest
53+
runs-on: ubuntu-22.04
5454
name: ${{ matrix.cases.middleware }}
5555
steps:
5656
- name: Checkout

.github/workflows/probe-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
depend_tasks: ":vul:vul-springboot1:bootJar :vul:vul-springboot2:bootJar :vul:vul-springboot2-jetty:bootJar :vul:vul-springboot2-undertow:bootJar :vul:vul-springboot2:bootWar :vul:vul-springboot3:bootJar"
4545
- middleware: "struct2"
4646
depend_tasks: ":vul:vul-struct2:war"
47-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-22.04
4848
name: ${{ matrix.cases.middleware }}
4949
steps:
5050
- name: Checkout

.github/workflows/single-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
integration-test:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)