diff options
author | Brad Linden <brad@lindenlab.com> | 2023-10-26 10:37:19 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-10-26 10:37:19 -0700 |
commit | 0fe058f9b8d15afc4f00e6b05afa15269b3c88b4 (patch) | |
tree | 3534a870aedd6cd7c02f5b4ac6668d59a167d092 /.github/workflows | |
parent | 3ecce24f9f1a930f9765920a2818e5f5081d696c (diff) |
Fix build.yaml line that got dropped in the merge.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 88d17826ea..1cd0c2526f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,6 +19,7 @@ jobs: developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" exclude: - runner: macos-12-xl + configuration: ReleaseOS runs-on: ${{ matrix.runner }} outputs: viewer_channel: ${{ steps.build.outputs.viewer_channel }} |