This commit is contained in:
Martin Rotter 2023-04-05 09:55:50 +02:00
parent 5c5567c98f
commit 06fe783f05

View file

@ -29,7 +29,7 @@ jobs:
runs-on: "${{ matrix.os }}" runs-on: "${{ matrix.os }}"
strategy: strategy:
matrix: matrix:
os: [windows-2019, ubuntu-20.04, macos-10.15] os: [windows-2019, ubuntu-20.04, macos-11]
use_webengine: ["ON", "OFF"] use_webengine: ["ON", "OFF"]
use_qt5: ["ON", "OFF"] use_qt5: ["ON", "OFF"]
include: include:
@ -37,12 +37,12 @@ jobs:
script_name: .\resources\scripts\github-actions\build-windows.ps1 script_name: .\resources\scripts\github-actions\build-windows.ps1
- os: ubuntu-20.04 - os: ubuntu-20.04
script_name: ./resources/scripts/github-actions/build-linux-mac.sh script_name: ./resources/scripts/github-actions/build-linux-mac.sh
- os: macos-10.15 - os: macos-11
script_name: ./resources/scripts/github-actions/build-linux-mac.sh script_name: ./resources/scripts/github-actions/build-linux-mac.sh
exclude: exclude:
- os: ubuntu-20.04 - os: ubuntu-20.04
use_qt5: "OFF" use_qt5: "OFF"
- os: macos-10.15 - os: macos-11
use_qt5: "ON" use_qt5: "ON"
steps: steps:
- name: Checkout source code - name: Checkout source code