File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ${{ matrix.os }}
1010 strategy :
1111 matrix :
12- os : [macos-11, ubuntu-22.04, windows-2022 ]
12+ os : [macos-11, ubuntu-22.04, windows-2019 ]
1313
1414 steps :
15- - if : matrix.os == 'windows-2022 '
15+ - if : matrix.os == 'windows-2019 '
1616 name : Configure MSVC (Windows)
1717 uses : ilammy/msvc-dev-cmd@v1
1818
5858 cmake --build . --target install
5959 python3 ../scripts/bundle.py linux release done
6060
61- - if : matrix.os == 'windows-2022 '
61+ - if : matrix.os == 'windows-2019 '
6262 name : Build - Release /MT (Windows)
6363 run : |
6464 cd openssl
7373 cmake --build . --target install
7474 python3 ../scripts/bundle.py win release_mt
7575
76- - if : matrix.os == 'windows-2022 '
76+ - if : matrix.os == 'windows-2019 '
7777 name : Build - Release /MD (Windows)
7878 run : |
7979 rm -r builddir
You can’t perform that action at this time.
0 commit comments