summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Linden <119471733+Dan-Linden@users.noreply.github.com>2025-08-26 14:41:07 -0700
committerGitHub <noreply@github.com>2025-08-26 14:41:07 -0700
commitbbdb46a833c1c3d8c26aa1a9a69bf05f4b065853 (patch)
treec190b30c6d623500ff759f8e900fdcdbc7e47764
parent8a585912adab1948e250c30d8ceb3588b9148600 (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.yaml10
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 }}"]