bump build versions
This commit is contained in:
parent
7596494717
commit
7c6854996e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rssguard.yml
vendored
6
.github/workflows/rssguard.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
runs-on: "${{ matrix.os }}"
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-2022, ubuntu-20.04, macos-14-large]
|
||||
os: [windows-2022, ubuntu-20.04, macos-13]
|
||||
no_lite: ["ON", "OFF"]
|
||||
use_qt5: ["ON", "OFF"]
|
||||
include:
|
||||
|
@ -41,12 +41,12 @@ jobs:
|
|||
script_name: .\resources\scripts\github-actions\build-windows.ps1
|
||||
- os: ubuntu-20.04
|
||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||
- os: macos-14-large
|
||||
- os: macos-13
|
||||
script_name: ./resources/scripts/github-actions/build-linux-mac.sh
|
||||
exclude:
|
||||
- os: ubuntu-20.04
|
||||
use_qt5: "OFF"
|
||||
- os: macos-14-large
|
||||
- os: macos-13
|
||||
use_qt5: "ON"
|
||||
steps:
|
||||
- name: Checkout source code
|
||||
|
|
Loading…
Add table
Reference in a new issue