Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov authored May 24, 2024
1 parent 4afda42 commit 381901c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
matrix:
include:
- qt-version: '5.12'
mingw-version: 7.3
mingw-short-version: 73
python-version: 3.10
mingw-bitness: 32
mingw-version: '7.3'
mingw-short-version: '73'
python-version: '3.10'
mingw-bitness: '32'
# deploy-installer: true

- qt-version: '5.15'
mingw-version: 8.1
mingw-bitness: 64
mingw-short-version: 81
python-version: 3.10
mingw-version: '8.1'
mingw-bitness: '64'
mingw-short-version: '81'
python-version: '3.10'
deploy-installer: true


Expand Down

0 comments on commit 381901c

Please sign in to comment.