We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8da87d commit 8df3abaCopy full SHA for 8df3aba
1 file changed
.github/workflows/main.yml
@@ -20,19 +20,19 @@ jobs:
20
- 6.2.4
21
- 6.5.0
22
platform:
23
- - ubuntu-20.04
+ - ubuntu-latest
24
- windows-latest
25
- - macos-13
+ - macos-15-intel
26
include:
27
- qt_version: 6.2.4
28
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
29
- qt_version: 6.5.0
30
31
- - platform: ubuntu-20.04
+ - platform: ubuntu-latest
32
make: make
33
CXXFLAGS: -Wall -Wextra -pedantic -Werror
34
MAKEFLAGS: -j2
35
- - platform: macos-13
+ - platform: macos-15-intel
36
37
38
MAKEFLAGS: -j3
0 commit comments