Skip to content

Commit

Permalink
Backport PR #527 on branch 3.x (PR: Use an older Ubuntu version on CI…
Browse files Browse the repository at this point in the history
…s) (#528)
  • Loading branch information
meeseeksmachine authored Jan 16, 2025
1 parent 98fc935 commit 0eb856b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-pip-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
linux:
name: Linux (pip) - Py${{ matrix.PYTHON_VERSION }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
CI: True
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
linux:
name: Linux - Py${{ matrix.PYTHON_VERSION }}
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
env:
CI: True
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
Expand Down

0 comments on commit 0eb856b

Please sign in to comment.