diff options
author | AtlasLinden <114031241+AtlasLinden@users.noreply.github.com> | 2025-07-09 08:50:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-09 08:50:41 -0700 |
commit | 0bb0d3efeaf37ee008dad60710671e2739cb190d (patch) | |
tree | f795c9da70a43aa6be64babe08b76455f869385e | |
parent | de73d0f0093a5f5f26d0b36ecab0b4d1717e504a (diff) |
Add mac runner
Uncommenting mac runner lines to enable newly set up self-hosted runner with the workflow.
-rw-r--r-- | .github/workflows/qatest.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/.github/workflows/qatest.yaml b/.github/workflows/qatest.yaml index 5d8894a3f4..11ac1edaf2 100644 --- a/.github/workflows/qatest.yaml +++ b/.github/workflows/qatest.yaml @@ -46,11 +46,10 @@ jobs: runner: qa-dan-asus artifact: Windows-installer install-path: 'C:\viewer-automation-main' - # Commented out until mac runner is available - # - os: mac - # runner: qa-mac-atlas - # artifact: Mac-installer - # install-path: '$HOME/Documents/viewer-automation' + - os: mac + runner: qa-mac-atlas + artifact: Mac-installer + install-path: '$HOME/Documents/viewer-automation' fail-fast: false runs-on: [self-hosted, "${{ matrix.runner }}"] |