Skip to content

Commit

Permalink
Update for qt6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs authored Nov 15, 2024
1 parent 116b666 commit 7d50671
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/qt6_crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
name: [qt6-swizzin]
os_id: [debian, ubuntu]
os_codename: [bullseye, bookworm, focal, jammy]
os_codename: [bullseye, bookworm, focal, jammy, noble]
arch: [amd64, armhf, arm64]
exclude:
- os_id: debian
Expand All @@ -42,12 +42,14 @@ jobs:
os_codename: bullseye
- os_id: ubuntu
os_codename: bookworm
- os_id: ubuntu
os_codename: noble

name: ${{ matrix.os_id }}:${{ matrix.os_codename }} ${{ matrix.name }} ${{ matrix.arch }}

env:
opt_dir_name: "opt/local"
qt_short_version: "6.6"
qt_short_version: "6.5"
cxx_standard: "17"
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

Expand Down

0 comments on commit 7d50671

Please sign in to comment.