Skip to content

Commit

Permalink
Work on CI Builds - fix for windows and added ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Nov 24, 2024
1 parent c3e4487 commit bf2ccdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
name: Build for Windows
run: |
qmake CONFIG+=debug socnetv.pro
mingw32-make
mingw64-make
make
dir
Expand Down

0 comments on commit bf2ccdf

Please sign in to comment.