File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,14 @@ permissions:
2828
2929jobs :
3030 build :
31- runs-on : windows-${{ matrix.vs }}
31+ runs-on : windows-2022
3232
3333 strategy :
3434 fail-fast : false
3535
3636 matrix :
37- vs : [2019, 2022]
3837 build_type : [Debug, Release, 'NI Debug', 'NI Release']
3938 platform : [x86, x64, ARM64]
40- exclude :
41- - vs : 2019
42- platform : ARM64
4339
4440 steps :
4541 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -58,18 +54,18 @@ jobs:
5854 working-directory : ${{ github.workspace }}/Tests/math3
5955 run : >
6056 msbuild /m /p:Configuration="${{ matrix.build_type }}" /p:Platform=${{ matrix.platform }}
61- ./math3_${{ matrix.vs }} .sln
57+ math3_2022 .sln
6258
6359 - if : (matrix.build_type == 'Debug') || (matrix.build_type == 'Release')
6460 name : Build shmath
6561 working-directory : ${{ github.workspace }}/Tests/shmath
6662 run : >
6763 msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }}
68- ./shmath_${{ matrix.vs }} .sln
64+ shmath_2022 .sln
6965
7066 - if : (matrix.build_type == 'Debug') || (matrix.build_type == 'Release')
7167 name : Build xdsp
7268 working-directory : ${{ github.workspace }}/Tests/xdsp
7369 run : >
7470 msbuild /m /p:Configuration=${{ matrix.build_type }} /p:Platform=${{ matrix.platform }}
75- ./XDSPTest_${{ matrix.vs }} .sln
71+ XDSPTest_2022 .sln
You can’t perform that action at this time.
0 commit comments