Skip to content

Commit 27d751e

Browse files
Run CI on Windows Server 2019
1 parent b8925af commit 27d751e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/prebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
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

@@ -58,7 +58,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)