Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarmen authored Dec 16, 2024
1 parent 0e0fbd8 commit 1fe1e23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
mode: client

wireguard-dual-by-default:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: wireguard mode by default
steps:
- uses: fscarmen/warp-on-actions@v1.3

wireguard-ipv4:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: wireguard mode with ipv4
steps:
- name: Set up WARP with client with ipv4
Expand All @@ -63,7 +63,7 @@ jobs:
mode: wireguard

wireguard-ipv6:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: wireguard mode with ipv6
steps:
- name: Set up WARP with client
Expand All @@ -73,11 +73,11 @@ jobs:
mode: wireguard

wireguard-dual:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
name: wireguard mode with dual
steps:
- name: Set up WARP with client
uses: fscarmen/warp-on-actions@v1.3
with:
stack: dual
mode: wireguard
mode: wireguard

0 comments on commit 1fe1e23

Please # to comment.