Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bollos00 committed Jan 4, 2024
1 parent 9b340e2 commit 8514459
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/windows-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
runs-on: windows-2019
runs-on: windows-2022

strategy:
matrix:
qt-version: [ '5.15.2', '6.5.3' ]
# strategy:
# matrix:
# qt-version: [ '5.15.2', '6.5.3' ]

steps:
- uses: actions/checkout@v4

- name: "Install Qt"
uses: jurplel/install-qt-action@v3
with:
version: ${{ matrix.qt_version }}
version: '5.15.2'
# version: ${{ matrix.qt_version }}
host: 'windows'
target: 'desktop'
dir: '${{ github.workspace }}/Qt/'
modules: 'qtsvg'
arch: 'win64_msvc2019_64'
set-env: 'true'
setup-python: 'false'
setup-python: 'true'

- name: "Create build directory and run CMake"
run: "mkdir build && cd build && \
Expand Down

0 comments on commit 8514459

Please sign in to comment.