Skip to content

Commit ed8ff0a

Browse files
authored
Merge pull request #527 from ccordoba12/fix-linux-cis
PR: Use an older Ubuntu version on CIs
2 parents d7e4319 + 01ace2d commit ed8ff0a

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)