From 4f70946048def860e54117ce03f4e9e57c415491 Mon Sep 17 00:00:00 2001 From: Nat Goodspeed Date: Sat, 11 May 2024 10:14:49 -0400 Subject: Fix syntax error in build.yaml to enable Windows ReleaseOS --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) 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 }} -- cgit v1.2.3