File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
3535 MACOSX_DEPLOYMENT_TARGET : " 10.12"
3636 strategy :
3737 matrix :
38- os : [ubuntu-18 .04, windows-latest, macos-10.15]
38+ os : [ubuntu-20 .04, windows-latest, macos-10.15]
3939 cibw_archs : ["auto"]
4040 include :
41- - os : ubuntu-18 .04
41+ - os : ubuntu-20 .04
4242 cibw_archs : " aarch64"
4343
4444 steps :
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 matrix :
3434 include :
3535 - name-suffix : " (Minimum Versions)"
36- os : ubuntu-18 .04
36+ os : ubuntu-20 .04
3737 python-version : 3.8
3838 extra-requirements : ' -c requirements/testing/minver.txt'
3939 pyqt5-ver : ' ==5.11.2 sip==5.0.0' # oldest versions with a Py3.8 wheel.
4040 delete-font-cache : true
41- - os : ubuntu-18 .04
41+ - os : ubuntu-20 .04
4242 python-version : 3.8
4343 extra-requirements : ' -r requirements/testing/extra.txt'
4444 CFLAGS : " -fno-lto" # Ensure that disabling LTO works.
@@ -192,7 +192,6 @@ jobs:
192192 echo 'PySide2 is available' ||
193193 echo 'PySide2 is not available'
194194 fi
195- # Qt6 crashes on Github's ubuntu 18.04 runner.
196195 if [[ "${{ matrix.os }}" = ubuntu-20.04 ]]; then
197196 python -mpip install --upgrade pyqt6 &&
198197 python -c 'import PyQt6.QtCore' &&
You can’t perform that action at this time.
0 commit comments