We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3970790 commit 53cb216Copy full SHA for 53cb216
1 file changed
.github/workflows/build_latest.yml
@@ -22,7 +22,7 @@ jobs:
22
os: ['ubuntu', 'windows']
23
qt-version: [ '5.12.*', '5.15.*', '6.11.*' ]
24
python-version: [ '3.12' ]
25
- runs-on: ${{ matrix.os }}-latest
+ runs-on: ${{ matrix.os == 'windows' && 'windows-2022' || 'ubuntu-latest' }}
26
steps:
27
28
- name: Install MSVC
0 commit comments