Skip to content

Commit

Permalink
Use windows-2019 instead of latest.
Browse files Browse the repository at this point in the history
Signed-off-by: Achim Kraus <[email protected]>
  • Loading branch information
boaks committed Dec 7, 2023
1 parent 95d02ee commit c6f6fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:
run: |
cmake -E make_directory build_test
cd build_test
cmake -G "Unix Makefiles" -DWARNING_TO_ERROR=ON ..
cmake -G "Unix Makefiles" -DWARNING_TO_ERROR=ON -DCMAKE_C_FLAGS="-D__USE_MINGW_ANSI_STDIO" ..
cmake --build .

0 comments on commit c6f6fa4

Please sign in to comment.