only:Unit Tests on Windows

This commit is contained in:
rusefi 2023-11-03 21:33:21 -04:00
parent 4dd7a9d28e
commit c1d3e93b9e
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ on: [push,pull_request]
jobs:
build:
runs-on: windows-latest
runs-on: windows-2019
@ -26,7 +26,7 @@ jobs:
# 12 has pch https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105858
# 13 has x86 issue https://github.com/egor-tensin/setup-mingw/issues/14
with:
version: 11.4
version: 8.1.0
- name: Print GCC version
working-directory: .
@ -42,4 +42,4 @@ jobs:
- name: Run Tests on Windows
working-directory: unit_tests
run: build/unit_tests.exe
run: build/rusefi_test.exe