diff options
| author | Erik Kundiman <erik@megapahit.org> | 2023-11-06 12:58:57 +0800 |
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2023-11-06 12:58:57 +0800 |
| commit | 5394ee7b457ea85145309f0f17695b1a7a74ca69 (patch) | |
| tree | 874c7c01c552f9cc0b4951819d852d13693ecdf6 /.github/workflows | |
| parent | 741f824d3cab438a60a46710f147d0cab00a0177 (diff) | |
| parent | 439d26ccdc2864794036a8f6432664755f2b8234 (diff) | |
Merge commit '439d26ccdc2864794036a8f6432664755f2b8234' into test
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 }} |
