Skip to content

Commit

Permalink
CI: Update to 6.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Oct 1, 2024
1 parent 5cb113e commit db45f38
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: ./.github/actions/build-and-test

ubuntu-qt6-7:
name: Qt 6.7.2 / Ubuntu 22.04
name: Qt 6.7.3 / Ubuntu 22.04
runs-on: ubuntu-22.04
env:
CFLAGS: -fsanitize=address,undefined
Expand All @@ -68,7 +68,7 @@ jobs:
- name: Setup CMake
uses: ./.github/actions/cmake
with:
qt_version: 6.7.2
qt_version: 6.7.3
qt_arch: linux_gcc_64
use_qt6: ON
modules: qtserialport qtwebsockets
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
uses: ./.github/actions/build-and-test

android:
name: Qt 6.7.2 / Android
name: Qt 6.7.3 / Android
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Setup CMake
uses: ./.github/actions/cmake
with:
qt_version: 6.7.2
qt_version: 6.7.3
qt_arch: android_arm64_v8a
use_qt6: ON
modules: qtserialport qtwebsockets
Expand Down

0 comments on commit db45f38

Please sign in to comment.