Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Dec 1, 2024
1 parent d97f17b commit 36252a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-key-prefix: 'install-qt-action-android'
modules: 'qtlocation qtpositioning'
target: 'android'
version: '6.7.3'
version: '6.8.0'
arch: 'android_arm64_v8a'
- name: Set up OpenJDK 17
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
cache: 'true'
cache-key-prefix: 'install-qt-action-macOS-host'
version: '6.7.*'
version: '6.8.*'
- name: Set QT_HOST_PATH
run: |
echo QT_HOST_PATH=$Qt6_DIR >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
cache: 'true'
modules: 'qtlocation qtpositioning'
version: '6.6.*'
version: '6.8.*'
- name: Install Additional Software
run: |
sudo apt install ninja-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
cache: 'true'
modules: 'qtlocation qtpositioning'
version: '6.7.*'
version: '6.8.*'
- name: Install Additional Software
run: |
brew install ninja
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build-*
Qt
**/.DS_Store

0 comments on commit 36252a5

Please sign in to comment.