Remove Windows check

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 17:49:01 +02:00
parent 5a4736b5a8
commit 54515f19f6

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
build_type: [Release]
runs-on: ${{ matrix.os }}