55 branches : [ "master" ]
66 pull_request :
77 branches : [ "master" ]
8+ workflow_dispatch :
9+ schedule :
10+ # every 1st day of month at 00:00 UTC
11+ - cron : " 0 0 1 * *"
12+
13+ permissions :
14+ contents : read
15+ checks : read
16+ pull-requests : read
817
918jobs :
1019 build :
@@ -16,13 +25,10 @@ jobs:
1625
1726 matrix :
1827 platform :
19- - { name: "Ubuntu 20.04, GCC, x86_64", os: ubuntu-20.04, cpp_compiler: g++, qmake_spec: linux-g++ }
20- - { name: "Ubuntu 20.04, Clang, x86_64", os: ubuntu-20.04, cpp_compiler: clang++, qmake_spec: linux-clang }
2128 - { name: "Ubuntu 22.04, GCC, x86_64", os: ubuntu-22.04, cpp_compiler: g++, qmake_spec: linux-g++ }
2229 - { name: "Ubuntu 22.04, Clang, x86_64", os: ubuntu-22.04, cpp_compiler: clang++, qmake_spec: linux-clang }
2330 - { name: "Ubuntu 24.04, GCC, x86_64", os: ubuntu-24.04, cpp_compiler: g++, qmake_spec: linux-g++ }
2431 - { name: "Ubuntu 24.04, Clang, x86_64", os: ubuntu-24.04, cpp_compiler: clang++, qmake_spec: linux-clang }
25- - { name: "macOS 13, Clang, x86_64", os: macos-13, cpp_compiler: clang++, qmake_spec: macx-clang }
2632 - { name: "macOS 14, Clang, arm64", os: macos-14, cpp_compiler: clang++, qmake_spec: macx-clang }
2733 - { name: "macOS 15, Clang, arm64", os: macos-15, cpp_compiler: clang++, qmake_spec: macx-clang }
2834
0 commit comments