We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f01b1 commit 08ae09cCopy full SHA for 08ae09c
.github/workflows/build.yml
@@ -9,12 +9,16 @@ jobs:
9
fail-fast: false
10
matrix:
11
profile:
12
+ - 64-mcf
13
+ - 32-mcf
14
- 64-ucrt
15
- 32-ucrt
16
- 64-msvcrt
17
- 32-msvcrt
18
- 32-win2000
19
include:
20
+ - { profile: 64-mcf, arch: 64 }
21
+ - { profile: 32-mcf, arch: 32 }
22
- { profile: 64-ucrt, arch: 64 }
23
- { profile: 32-ucrt, arch: 32 }
24
- { profile: 64-msvcrt, arch: 64 }
@@ -26,8 +30,8 @@ jobs:
26
30
shell: bash
27
31
env:
28
32
_QT_VERSION: "5.15.13"
29
- _QT_NAME: mingw132_${{ matrix.profile }}-redpanda
- _MINGW_LITE_RELEASE: "13.2.0-r6"
33
+ _QT_NAME: mingw141_${{ matrix.profile }}-redpanda
34
+ _MINGW_LITE_RELEASE: "14.1.0-r0"
35
36
steps:
37
- uses: actions/checkout@v2
0 commit comments