diff options
author | Brad Linden <46733234+brad-linden@users.noreply.github.com> | 2023-09-20 14:45:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 14:45:03 -0700 |
commit | e02dc20b9db4c6ec192b2c68c4c732a26296fc20 (patch) | |
tree | be25a3dff6011a3a8d07b7b29b53eb3aad17f253 /.github/workflows | |
parent | 5b2de090c1ac44c415e8573e0d6b1136cd689f35 (diff) | |
parent | bb7f023aaaaa2aaa747a131486390f739cc32ed3 (diff) |
Merge pull request #379 from secondlife/davep/SL-19842
New GLTF protocol and lighting changes
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0835f9751e..77127856c3 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,9 +15,6 @@ jobs: configuration: [ReleaseOS] addrsize: [64] include: - - runner: windows-large - configuration: ReleaseOS - addrsize: 32 - runner: macos-12-xl developer_dir: "/Applications/Xcode_14.0.1.app/Contents/Developer" runs-on: ${{ matrix.runner }} |