Skip to content

Commit

Permalink
Temporarily disable builds on windows platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo committed Nov 19, 2024
1 parent fa747ea commit f60ab5b
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f60ab5b

Please sign in to comment.