macos 11
This commit is contained in:
parent
5c5567c98f
commit
06fe783f05
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rssguard.yml
vendored
6
.github/workflows/rssguard.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue