From 06fe783f05935120d036b9139a66f6e800050341 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 5 Apr 2023 09:55:50 +0200 Subject: [PATCH] macos 11 --- .github/workflows/rssguard.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rssguard.yml b/.github/workflows/rssguard.yml index 092843a3b..61fbdc650 100644 --- a/.github/workflows/rssguard.yml +++ b/.github/workflows/rssguard.yml @@ -29,7 +29,7 @@ jobs: runs-on: "${{ matrix.os }}" strategy: matrix: - os: [windows-2019, ubuntu-20.04, macos-10.15] + os: [windows-2019, ubuntu-20.04, macos-11] use_webengine: ["ON", "OFF"] use_qt5: ["ON", "OFF"] include: @@ -37,12 +37,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-10.15 + - os: macos-11 script_name: ./resources/scripts/github-actions/build-linux-mac.sh exclude: - os: ubuntu-20.04 use_qt5: "OFF" - - os: macos-10.15 + - os: macos-11 use_qt5: "ON" steps: - name: Checkout source code