Skip to content

Commit 08ae09c

Browse files
committed
redpanda-cpp: upgrade toolchain
1 parent 22f01b1 commit 08ae09c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
profile:
12+
- 64-mcf
13+
- 32-mcf
1214
- 64-ucrt
1315
- 32-ucrt
1416
- 64-msvcrt
1517
- 32-msvcrt
1618
- 32-win2000
1719
include:
20+
- { profile: 64-mcf, arch: 64 }
21+
- { profile: 32-mcf, arch: 32 }
1822
- { profile: 64-ucrt, arch: 64 }
1923
- { profile: 32-ucrt, arch: 32 }
2024
- { profile: 64-msvcrt, arch: 64 }
@@ -26,8 +30,8 @@ jobs:
2630
shell: bash
2731
env:
2832
_QT_VERSION: "5.15.13"
29-
_QT_NAME: mingw132_${{ matrix.profile }}-redpanda
30-
_MINGW_LITE_RELEASE: "13.2.0-r6"
33+
_QT_NAME: mingw141_${{ matrix.profile }}-redpanda
34+
_MINGW_LITE_RELEASE: "14.1.0-r0"
3135

3236
steps:
3337
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)