Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde committed May 16, 2024
1 parent 4c8f472 commit 86f02f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
architecture: [win32, x64]
architecture: [x64_x86, x64]

steps:
- uses: actions/checkout@v4
Expand All @@ -102,7 +102,7 @@ jobs:
fail-fast: false
matrix:
version: [7.1.0, 8.0.1, 9.0.1, 10.0.0, 11.0.1, 11.1.0, 12.0.1, 13.0.1, 14.0.6, 15.0.7, 16.0.6, 17.0.6, 18.1.4]
architecture: [win32, x64]
architecture: [x64_x86, x64]

steps:
- uses: actions/checkout@v4
Expand All @@ -128,7 +128,7 @@ jobs:
strategy:
fail-fast: false
matrix:
architecture: [Win32, x64]
architecture: [x64_x86, x64]
version: [7.1.0, 8.0.1, 9.0.1, 10.0.0, 11.0.1, 11.1.0, 12.0.1, 13.0.1, 14.0.6, 15.0.7, 16.0.6, 17.0.6, 18.1.4]

steps:
Expand Down

0 comments on commit 86f02f2

Please sign in to comment.