Skip to content

Commit

Permalink
Disable the 64-bit Cygwin builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaible committed Dec 25, 2024
1 parent 0803412 commit ad9fd34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/many-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,10 @@ jobs:
fail-fast: false
matrix:
bitness: [32, 64]
# Too many regressions, see
# https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00169.html
exclude:
- bitness: 64
runs-on: windows-2022
defaults:
run:
Expand Down

0 comments on commit ad9fd34

Please sign in to comment.