Skip to content

Commit a2e053e

Browse files
committed
Revert "Update ci.yml"
This reverts commit 4a52bb0.
1 parent 4a52bb0 commit a2e053e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,15 @@ jobs:
2525
- run: make test
2626

2727
buildwindows:
28-
runs-on: ${{ matrix.os }}
29-
strategy:
30-
matrix:
31-
include:
32-
- { sys: mingw64, env: x86_64 }
33-
- { sys: mingw32, env: i686 }
28+
runs-on: windows-latest
3429
defaults:
3530
run:
3631
shell: msys2 {0}
3732
steps:
3833
- uses: actions/checkout@v2
3934
- uses: msys2/setup-msys2@v2
4035
with:
41-
msystem: ${{matrix.sys}}
42-
install: make mingw-w64-${{matrix.env}}-toolchain
36+
msystem: MINGW64
37+
install: make mingw-w64-x86_64-toolchain
4338
- run: make
4439
- run: make test

0 commit comments

Comments
 (0)