diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0deab24e2..2c3054518 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,5 +1,5 @@ # -# .github/workflows/windows.yml is part of Brewtarget, and is copyright the following authors 2021-2023: +# .github/workflows/windows.yml is part of Brewtarget, and is copyright the following authors 2021-2024: # • Artem Martynov # • Chris Speck # • Mattias Måhl @@ -42,8 +42,8 @@ jobs: matrix: include: [ # Current installer NSIS with required plugins don't support x64 package - #{ msystem: MINGW64, arch: x86_64 }, - { msystem: MINGW32, arch: i686 } + { msystem: MINGW64, arch: x86_64 }, + #{ msystem: MINGW32, arch: i686 } ] steps: