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 13, 2024
1 parent 5766804 commit b5111c4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,24 @@ jobs:
include:
- os: windows-latest
os-name: windows
qt-version: '5.12.10'
qt-version: '5.12'
mingw-short-version: 73

- os: ubuntu-latest
os-name: linux
qt-version: '5.12.10'
qt-version: '5.12'

- os: ubuntu-latest
os-name: linux
qt-version: '5.15'

- os: macos-latest
os-name: mac
qt-version: '5.12.10'
qt-version: '5.12'

- os: ubuntu-latest
os-name: linux
qt-version: '6.2.0'
qt-version: '6'

defaults:
run:
Expand Down

0 comments on commit b5111c4

Please sign in to comment.