From bf2ccdfcf8b21f75f8219eda5dc0edae5f933ce8 Mon Sep 17 00:00:00 2001 From: Dimitris Kalamaras Date: Mon, 25 Nov 2024 01:18:23 +0200 Subject: [PATCH] Work on CI Builds - fix for windows and added ubuntu 22.04 --- .github/workflows/build-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 46798c4f..e8ac188b 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -6,7 +6,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-2019] + os: [ubuntu-22.04, ubuntu-latest, macos-latest, windows-2019] qt-version: ['6.2.4', '6.4.3', '6.5.3', '6.6.3'] # exclude: # - os: ubuntu-latest @@ -136,7 +136,7 @@ jobs: name: Build for Windows run: | qmake CONFIG+=debug socnetv.pro - mingw32-make + mingw64-make make dir