From 7c6854996e1668499887f3db0e66eb1a1c2a94aa Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Thu, 20 Jun 2024 07:38:12 +0200 Subject: [PATCH] bump build versions --- .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 587984dbb..357c907ed 100755 --- a/.github/workflows/rssguard.yml +++ b/.github/workflows/rssguard.yml @@ -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