Skip to content

Commit 13044b9

Browse files
authored
Qt5.15 and mac-13
1 parent 38db69c commit 13044b9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,25 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
include:
12-
- os: windows-latest
13-
os-name: windows
14-
qt-version: '5.12'
15-
mingw-short-version: 73
16-
qt5-extra-archives: 'qtwinextras opengl32sw i686'
12+
# - os: windows-latest
13+
# os-name: windows
14+
# qt-version: '5.12'
15+
# mingw-short-version: 73
16+
# qt5-extra-archives: 'qtwinextras opengl32sw i686'
1717

18-
- os: ubuntu-latest
19-
os-name: linux
20-
qt-version: '5.12'
21-
qt5-extra-archives: 'qtx11extras icu'
18+
# - os: ubuntu-latest
19+
# os-name: linux
20+
# qt-version: '5.12'
21+
# qt5-extra-archives: 'qtx11extras icu'
2222

2323
- os: ubuntu-latest
2424
os-name: linux
2525
qt-version: '5.15'
2626
qt5-extra-archives: 'qtx11extras icu'
2727

28-
- os: macos-12
28+
- os: macos-13
2929
os-name: mac
30-
qt-version: '5.12'
30+
qt-version: '5.15'
3131
qt5-extra-archives: 'qtmacextras'
3232

3333
- os: ubuntu-latest

0 commit comments

Comments
 (0)