diff options
| author | Dan Linden <119471733+Dan-Linden@users.noreply.github.com> | 2025-08-27 11:02:53 -0700 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-27 11:02:53 -0700 | 
| commit | b2468342072f1e8b0fa2029d01918f74cdd6d4a8 (patch) | |
| tree | 22e629ecbc3fed9d0086e59dad1e2acd95fcd918 | |
| parent | 0fc42e951f99182b080c7187455d6a4da602441b (diff) | |
| parent | e33439e5238e9d2945aa99515c0206d827cc0910 (diff) | |
Merge pull request #4607 from secondlife/Dan-Linden-patch-2
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..b6883d88d4 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-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 }}"]  | 
