diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-05-11 10:14:49 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-05-11 10:14:49 -0400 |
commit | 4f70946048def860e54117ce03f4e9e57c415491 (patch) | |
tree | e47b7cf40cefee6e1f4378dcd46abd8bd2fedfe7 | |
parent | afd726979aa544571addc94226155d6ab4e6c5ed (diff) |
Fix syntax error in build.yaml to enable Windows ReleaseOS
-rw-r--r-- | .github/workflows/build.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1a2b914e9a..c500b3592d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -16,7 +16,6 @@ jobs: include: - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" - include: - runner: windows-large configuration: ReleaseOS runs-on: ${{ matrix.runner }} |