Skip to content

Commit

Permalink
CI: widown2022
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed May 4, 2024
1 parent ab3e44e commit 97aea57
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
retention-days: 2

BuildWindows64:
runs-on: windows-2019
runs-on: windows-2022
steps:
- name: Checkout code
uses: actions/checkout@main
Expand All @@ -135,7 +135,7 @@ jobs:
- name: Install Qt6
uses: jurplel/install-qt-action@v3
with:
version: '6.6.2'
version: '6.6.*'
host: 'windows'
arch: 'win64_mingw'
target: 'desktop'
Expand Down Expand Up @@ -176,11 +176,6 @@ jobs:
echo.
dir ..\Qt
echo.
dir ..\Qt\6.6.2\
echo.
dir ..\Qt\6.6.2\mingw_64\
echo.
dir ..\Qt\6.6.2\mingw_64\bin
- name: Build
run: |
Expand Down

0 comments on commit 97aea57

Please sign in to comment.