Skip to content

Commit 01ace2d

Browse files
committed
CI: Use an older Ubuntu version
That version has the right system packages we need to run our tests.
1 parent d7e4319 commit 01ace2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linux-pip-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
linux:
1919
name: Linux (pip) - Py${{ matrix.PYTHON_VERSION }}
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-20.04
2121
env:
2222
CI: True
2323
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}

.github/workflows/linux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
linux:
1919
name: Linux - Py${{ matrix.PYTHON_VERSION }}
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-20.04
2121
env:
2222
CI: True
2323
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}

0 commit comments

Comments
 (0)