diff options
author | Dan Linden <119471733+Dan-Linden@users.noreply.github.com> | 2025-08-26 14:41:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 14:41:07 -0700 |
commit | bbdb46a833c1c3d8c26aa1a9a69bf05f4b065853 (patch) | |
tree | c190b30c6d623500ff759f8e900fdcdbc7e47764 | |
parent | 8a585912adab1948e250c30d8ceb3588b9148600 (diff) |
Update qatest.yaml
Removed dan's z600 windows machine from the matrix.
Added dan's mac, caleb's mac and kurt's windows machines.
-rw-r--r-- | .github/workflows/qatest.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index 457e915726..e19dce2709 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -47,13 +47,21 @@ jobs: artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: windows - runner: qa-windows-z600-dan + runner: qa-windows-asus-kurt artifact: Windows-installer install-path: 'C:\viewer-automation-main' - os: mac + runner: qa-mac-dan + artifact: macOS-installer + install-path: '$HOME/Documents/viewer-automation' + - os: mac runner: qa-mac-atlas artifact: macOS-installer install-path: '$HOME/Documents/viewer-automation' + - os: mac + runner: qa-mac-caleb + artifact: macOS-installer + install-path: '$HOME/Documents/viewer-automation' fail-fast: false runs-on: [self-hosted, "${{ matrix.runner }}"] |