diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 67e7f63..b70010b 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -15,8 +15,8 @@ jobs: strategy: matrix: os: [windows-latest, macos-latest, ubuntu-latest] - # os: [windows-latest, ubuntu-latest, macos-13] - qt_version: ['6.8.0'] + # os: [windows-latest, ubuntu-latest, macos-latest] + qt_version: ['6.8.2'] # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac. # You can convert this to a matrix build if you need cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7e7c1c3..a6d647a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - version: '6.8.0' + version: '6.8.2' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL