diff options
author | AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> | 2025-08-11 10:11:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-11 10:11:06 -0400 |
commit | c61c9a9e67c1f5f1f123742c529b843c78577aba (patch) | |
tree | c3e0d899a34a946dd93d57a9fef3f207bc625b80 | |
parent | 0dc10ad3d8ac898058d46882f2b29b1603ecbc35 (diff) | |
parent | e4a25dc5b97cd939e6a5ddc8275a728075768a52 (diff) |
Merge pull request #4466 from secondlife/atlas-qaworkflow
Add new runners to QA workflow
-rw-r--r-- | .github/workflows/qatest.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index 4e10900441..457e915726 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -43,7 +43,11 @@ jobs: artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: windows - runner: qa-dan-asus + runner: qa-windows-asus-dan + artifact: Windows-installer + install-path: 'C:\viewer-automation-main' + - os: windows + runner: qa-windows-z600-dan artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: mac |