diff options
| author | Rye <rye@alchemyviewer.org> | 2025-08-28 00:53:15 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-08-28 00:53:15 -0400 |
| commit | 96ff5f8e70396b53168682c4a1addb9a61d45e7c (patch) | |
| tree | c874c67c68f2412c0e1cc630ffbb6bf3819c229c /.github/workflows | |
| parent | 77d71dec863e28323bcafb1573cd1ecd54fe3049 (diff) | |
| parent | b2468342072f1e8b0fa2029d01918f74cdd6d4a8 (diff) | |
Merge branch 'develop' of github.com:secondlife/viewer into rye/infinitemac
Diffstat (limited to '.github/workflows')
| -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 }}"] |
