Skip to content

Commit

Permalink
Way too many checks
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Jul 29, 2024
1 parent 6f71673 commit 259370e
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,6 @@ jobs:
build_type: [Debug, Release, 'NI Debug', 'NI Release']
platform: [x86, x64, ARM64]
include:
- os: 2019
platform: x86
build_type: 'SSE3 Debug'
- os: 2019
platform: x64
build_type: 'SSE3 Debug'
- os: 2022
platform: x86
build_type: 'SSE3 Debug'
- os: 2022
platform: x64
build_type: 'SSE3 Debug'
- os: 2019
platform: x86
build_type: 'SSE4 Debug'
- os: 2019
platform: x64
build_type: 'SSE4 Debug'
- os: 2022
platform: x86
build_type: 'SSE4 Debug'
- os: 2022
platform: x64
build_type: 'SSE4 Debug'
- os: 2019
platform: x86
build_type: 'AVX Debug'
Expand Down Expand Up @@ -85,30 +61,6 @@ jobs:
- os: 2022
platform: x86
build_type: 'x87 Debug'
- os: 2019
platform: x86
build_type: 'SSE3 Release'
- os: 2019
platform: x64
build_type: 'SSE3 Release'
- os: 2022
platform: x86
build_type: 'SSE3 Release'
- os: 2022
platform: x64
build_type: 'SSE3 Release'
- os: 2019
platform: x86
build_type: 'SSE4 Release'
- os: 2019
platform: x64
build_type: 'SSE4 Release'
- os: 2022
platform: x86
build_type: 'SSE4 Release'
- os: 2022
platform: x64
build_type: 'SSE4 Release'
- os: 2019
platform: x86
build_type: 'AVX Release'
Expand Down

0 comments on commit 259370e

Please sign in to comment.