Skip to content

Commit

Permalink
Merge pull request #751 from tcsabina/master
Browse files Browse the repository at this point in the history
Removed the 'modern' and 'classic' binary builds
  • Loading branch information
tcsabina authored Mar 19, 2023
2 parents c068c81 + 739482d commit 899ebe7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-and-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [windows-glsl-x64, windows-std-x64, windows-multi-x64]
target: [windows-multi-x64]
include:
- target: windows-glsl-x64
config: rls-modern
platform: x64
- target: windows-std-x64
config: rls-classic
platform: x64
- target: windows-multi-x64
config: rls-all
platform: x64
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/build-and-deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [windows-glsl-x64, windows-std-x64, windows-multi-x64]
target: [windows-multi-x64]
include:
- target: windows-glsl-x64
config: rls-modern
platform: x64
- target: windows-std-x64
config: rls-classic
platform: x64
- target: windows-multi-x64
config: rls-all
platform: x64
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,8 @@ jobs:
strategy:
fail-fast: false
matrix:
target: [windows-glsl-x64, windows-std-x64, windows-multi-x64]
target: [windows-multi-x64]
include:
- target: windows-glsl-x64
config: rls-modern
platform: x64
- target: windows-std-x64
config: rls-classic
platform: x64
- target: windows-multi-x64
config: rls-all
platform: x64
Expand Down

0 comments on commit 899ebe7

Please sign in to comment.