diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-09-08 14:30:05 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2023-09-08 14:30:05 -0400 |
commit | c87d9c635b71d761e0ef84c1a9442759db721487 (patch) | |
tree | 2f6ce30d6add196f622d14599e75d9a9bbe394e4 /.github/workflows | |
parent | c7546ea65e55143ff3d2d82d8c289bbac7fffe0f (diff) |
SL-18837: Suppress ReleaseOS for now.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 77cb91cd85..7e3d2b68de 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,9 @@ jobs: strategy: matrix: runner: [windows-large, macos-12-xl] - configuration: [Release, ReleaseOS] + ## Skip ReleaseOS until we resolve + ## === FAILURE No installer found from /c/a/viewer/viewer + configuration: [Release] ##, ReleaseOS] python-version: ["3.11"] include: - runner: macos-12-xl |