Skip to content

Commit c9de428

Browse files
ccordoba12meeseeksmachine
authored andcommitted
Backport PR #527: PR: Use an older Ubuntu version on CIs
1 parent 98fc935 commit c9de428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

+1-1
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)