We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3970790 commit acf911dCopy full SHA for acf911d
2 files changed
.github/workflows/build.yml
@@ -340,7 +340,7 @@ jobs:
340
# qt-version: '5.9.*'
341
# pythonqtall-config: 'PythonQtCore PythonQtGui PythonQtMultimedia'
342
343
- runs-on: windows-latest
+ runs-on: windows-2022
344
steps:
345
346
- name: Checkout PythonQt
.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
27
28
- name: Install MSVC
0 commit comments