Skip to content

Commit

Permalink
add step to run linux lab VM
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe committed Feb 13, 2024
1 parent f1a2dfc commit 54fb4ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ jobs:
{ env: "lab", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", io: "iocp" },
{ env: "lab", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", io: "xdp" },
{ env: "lab", plat: "windows", os: "windows-2022", arch: "x64", tls: "schannel", io: "wsk" },
# Lab Ubuntu Server 20.04 LTS
{ env: "lab", plat: "linux", os: "ubuntu-20.04", arch: "x64", tls: "openssl", io: "epoll" },
]
runs-on:
- self-hosted
Expand Down

0 comments on commit 54fb4ab

Please sign in to comment.