Skip to content

Commit fa163cb

Browse files
committed
windows server 2019 isn't supported on github actions anymore
1 parent 36f4226 commit fa163cb

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/build_cpp.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -190,20 +190,6 @@ jobs:
190190
- name: Build ancillary tools
191191
run: cmake --build build --config Release --target imglab htmlify dtoc --parallel 4
192192

193-
windows-2019:
194-
runs-on: 'windows-2019'
195-
steps:
196-
- uses: actions/checkout@v2
197-
- name: Configure
198-
run: |
199-
# don't use CMake 3.25.0 https://gitlab.kitware.com/cmake/cmake/-/issues/23975
200-
pip3 install cmake==3.24.0
201-
cmake . -B build
202-
- name: Build just tests
203-
run: cmake --build build --config Debug --target dtest --parallel 4
204-
- name: Build ancillary tools
205-
run: cmake --build build --config Release --target imglab htmlify dtoc --parallel 4
206-
207193
# Disable this because macos targets aren't working on github actions right now.
208194
#macos-latest:
209195
# runs-on: 'macos-latest'

0 commit comments

Comments
 (0)