File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
47
47
mode : client
48
48
49
49
wireguard-dual-by-default :
50
- runs-on : ubuntu-latest
50
+ runs-on : ubuntu-22.04
51
51
name : wireguard mode by default
52
52
steps :
53
53
-
uses :
fscarmen/[email protected]
54
54
55
55
wireguard-ipv4 :
56
- runs-on : ubuntu-latest
56
+ runs-on : ubuntu-22.04
57
57
name : wireguard mode with ipv4
58
58
steps :
59
59
- name : Set up WARP with client with ipv4
63
63
mode : wireguard
64
64
65
65
wireguard-ipv6 :
66
- runs-on : ubuntu-latest
66
+ runs-on : ubuntu-22.04
67
67
name : wireguard mode with ipv6
68
68
steps :
69
69
- name : Set up WARP with client
@@ -73,11 +73,11 @@ jobs:
73
73
mode : wireguard
74
74
75
75
wireguard-dual :
76
- runs-on : ubuntu-latest
76
+ runs-on : ubuntu-22.04
77
77
name : wireguard mode with dual
78
78
steps :
79
79
- name : Set up WARP with client
80
80
81
81
with :
82
82
stack : dual
83
- mode : wireguard
83
+ mode : wireguard
You can’t perform that action at this time.
0 commit comments