Skip to content

Commit

Permalink
Merge pull request #40 from ChrisHal/ChrisHal-patch-1
Browse files Browse the repository at this point in the history
Update cmake.yml: use Qt 6.7.0
  • Loading branch information
ChrisHal authored Apr 4, 2024
2 parents c360ad4 + 0649721 commit 8b9c9bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-13]
# os: [windows-latest, ubuntu-latest]
qt_version: ['6.6.1']
os: [windows-latest, macos-latest]
# os: [windows-latest, ubuntu-latest, macos-13]
qt_version: ['6.7.0']
# 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
Expand Down

0 comments on commit 8b9c9bd

Please sign in to comment.