Skip to content

Commit 1fe1e23

Browse files
authored
Update test.yml
1 parent 0e0fbd8 commit 1fe1e23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
mode: client
4848

4949
wireguard-dual-by-default:
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-22.04
5151
name: wireguard mode by default
5252
steps:
5353
- uses: fscarmen/[email protected]
5454

5555
wireguard-ipv4:
56-
runs-on: ubuntu-latest
56+
runs-on: ubuntu-22.04
5757
name: wireguard mode with ipv4
5858
steps:
5959
- name: Set up WARP with client with ipv4
@@ -63,7 +63,7 @@ jobs:
6363
mode: wireguard
6464

6565
wireguard-ipv6:
66-
runs-on: ubuntu-latest
66+
runs-on: ubuntu-22.04
6767
name: wireguard mode with ipv6
6868
steps:
6969
- name: Set up WARP with client
@@ -73,11 +73,11 @@ jobs:
7373
mode: wireguard
7474

7575
wireguard-dual:
76-
runs-on: ubuntu-latest
76+
runs-on: ubuntu-22.04
7777
name: wireguard mode with dual
7878
steps:
7979
- name: Set up WARP with client
8080
uses: fscarmen/[email protected]
8181
with:
8282
stack: dual
83-
mode: wireguard
83+
mode: wireguard

0 commit comments

Comments
 (0)