mirror of
https://github.com/python-poetry/install.python-poetry.org.git
synced 2024-11-21 21:50:58 -05:00
ci: fix unit-test image
This commit is contained in:
parent
16bcb4bc9e
commit
9cce603895
1 changed files with 1 additions and 1 deletions
2
.github/workflows/installer.yml
vendored
2
.github/workflows/installer.yml
vendored
|
@ -21,7 +21,7 @@ concurrency:
|
|||
jobs:
|
||||
unit-test:
|
||||
name: Unit Test / Ubuntu / Python ${{ matrix.python-version }}
|
||||
runs-on: Ubuntu
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
|
||||
|
|
Loading…
Reference in a new issue