Skip to content

Commit 8e91fde

Browse files
committed
lint-and-test: Run Python 3.7 tests under ubuntu 22.04 for now.
1 parent 23a773c commit 8e91fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/lint-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
gitlint --commits FETCH_HEAD..${{ github.event.pull_request.head.sha }}
171171

172172
base_pytest:
173-
runs-on: ubuntu-latest
173+
runs-on: ubuntu-22.04
174174
name: Install & test - CPython 3.7 (ubuntu), codecov
175175
steps:
176176
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)