diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index b0f0c51..d11ac30 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -21,17 +21,17 @@ jobs: target-type: template_debug os: ubuntu-20.04 - - platform: windows - float-precision: single - arch: x86_32 - target-type: template_debug - os: windows-latest - - - platform: windows - float-precision: single - arch: x86_64 - target-type: template_debug - os: windows-latest +# - platform: windows +# float-precision: single +# arch: x86_32 +# target-type: template_debug +# os: windows-latest + +# - platform: windows +# float-precision: single +# arch: x86_64 +# target-type: template_debug +# os: windows-latest - platform: macos float-precision: single @@ -144,17 +144,17 @@ jobs: target-type: template_debug os: ubuntu-20.04 - - platform: windows - float-precision: double - arch: x86_32 - target-type: template_debug - os: windows-latest - - - platform: windows - float-precision: double - arch: x86_64 - target-type: template_debug - os: windows-latest +# - platform: windows +# float-precision: double +# arch: x86_32 +# target-type: template_debug +# os: windows-latest + +# - platform: windows +# float-precision: double +# arch: x86_64 +# target-type: template_debug +# os: windows-latest - platform: macos float-precision: double