From f60ab5b0ccf89e3071218c702f4eebdded5d44fd Mon Sep 17 00:00:00 2001 From: "Rodrigo B. de Oliveira" Date: Tue, 19 Nov 2024 10:58:42 -0300 Subject: [PATCH] Temporarily disable builds on windows platforms --- .github/workflows/builds.yml | 44 ++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 22 deletions(-) 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