From 39bb467a3fc402289215c2fb7499e08f55b63180 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Sat, 3 Dec 2022 18:47:54 +0100 Subject: [PATCH] fix workflox --- .github/workflows/rssguard.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rssguard.yml b/.github/workflows/rssguard.yml index e3552a302..dac90a188 100644 --- a/.github/workflows/rssguard.yml +++ b/.github/workflows/rssguard.yml @@ -12,19 +12,19 @@ jobs: runs-on: "${{ matrix.os }}" strategy: matrix: - os: [windows-2019, ubuntu-20.04, macos-10.15] + os: [windows-2019, ubuntu-18.04, macos-10.15] use_webengine: ["ON", "OFF"] use_qt5: ["ON", "OFF"] include: - os: windows-2019 script_name: .\resources\scripts\github-actions\build-windows.ps1 - - os: ubuntu-20.04 + - os: ubuntu-18.04 script_name: ./resources/scripts/github-actions/build-linux-mac.sh - os: macos-10.15 script_name: ./resources/scripts/github-actions/build-linux-mac.sh exclude: - - os: ubuntu-20.04 - use_qt5: "ON" + - os: ubuntu-18.04 + use_qt5: "OFF" - os: macos-10.15 use_qt5: "ON" steps: