Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Isarhamster authored Dec 3, 2024
1 parent bff0ca5 commit 95b830c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [macos-latest]
runs-on: ${{ matrix.os }}
env:
QT_VERSION: '5.14.2'
QT_VERSION: '6.8.1'

steps:
- name: Look for cached Qt ${{ env.QT_VERSION }}
Expand Down Expand Up @@ -41,24 +41,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest]
arch: [x64, x86]
qt: ['5.14.2']
qt: ['6.8.1']
exclude:
- os: macos-latest
arch: x86
- os: ubuntu-latest
arch: x86
# - os: ubuntu-latest
# arch: x86
# - os: windows-latest
# arch: x86
include:
- os: macos-latest
triplet: x64-osx
vcpkg_packages: 'zlib'
- os: ubuntu-latest
arch: x64
triplet: x64-linux
vcpkg_packages: 'zlib'
# - os: ubuntu-latest
# arch: x64
# triplet: x64-linux
# vcpkg_packages: 'zlib'
# - os: windows-latest
# arch: x64
# triplet: x64-windows
Expand Down

0 comments on commit 95b830c

Please sign in to comment.