Skip to content

Commit c02a748

Browse files
committed
[py] setup-python does not yet have python builds available for Ubuntu 22
1 parent b1f639b commit c02a748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tox_linting:
2424
if: ${{ needs.check_workflow.outputs.result == 'true' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(toJson(github.event.commits), '[py]') == true }}
2525
needs: check_workflow
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-20.04
2727
steps:
2828
- name: Checkout source tree
2929
uses: actions/checkout@v3

0 commit comments

Comments
 (0)