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