Skip to content

Commit

Permalink
[ci] global: update to Qt 6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgallois committed Nov 5, 2023
1 parent fbf5fbd commit 4e3d392
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

env:
QT_VERSION: 6.5.2
QT_VERSION: 6.6.0
OPENCV_VERSION: 4.8.0
OPENCV_VERSION_: 480

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
path: src/build/FastTrack

build_mac:
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [master]

env:
QT_VERSION: 6.5.2
QT_VERSION: 6.6.0
OPENCV_VERSION: 4.8.0
OPENCV_VERSION_: 480

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
path: src/build_cli/

build_mac:
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
branches:
- master
env:
QT_VERSION: 6.5.2
QT_VERSION: 6.6.0
OPENCV_VERSION: 4.8.0

jobs:
Expand Down

0 comments on commit 4e3d392

Please sign in to comment.