Skip to content

Commit 2c70538

Browse files
committed
Bump Ubuntu to 20.04 on GitHub Actions
1 parent 5d3124d commit 2c70538

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/cibuildwheel.yml

+2-2
Original file line numberDiff line numberDiff 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:

.github/workflows/tests.yml

+2-3
Original file line numberDiff line numberDiff 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' &&

0 commit comments

Comments
 (0)