Skip to content

Commit 28d75ae

Browse files
authored
Update ccpp.yml
1 parent 710094e commit 28d75ae

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

.github/workflows/ccpp.yml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,12 @@ jobs:
1414
- name: build
1515
run: cmake --build build-release
1616

17-
build-windows-2016:
17+
build-windows:
1818

19-
runs-on: windows-2016
20-
21-
steps:
22-
- uses: actions/checkout@v1
23-
- name: configure
24-
run: mkdir build-release && cd build-release && cmake ..
25-
- name: build
26-
run: cmake --build build-release --config Release
27-
28-
build-windows-latest:
29-
30-
runs-on: windows-latest
19+
runs-on: ${{ matrix.os }}
20+
strategy:
21+
matrix:
22+
os: [windows-latest, windows-2016]
3123

3224
steps:
3325
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)