We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.2.0
1 parent c71c7d6 commit ae8a9adCopy full SHA for ae8a9ad
.github/workflows/installer.yml
@@ -31,13 +31,14 @@ jobs:
31
- "--preview"
32
- "--git https://github.com/python-poetry/poetry.git"
33
- "--version 1.1.15"
34
+ - "--version 1.2.0"
35
include:
36
- os: Ubuntu
- image: ubuntu-latest
37
+ image: ubuntu-22.04
38
- os: Windows
39
image: windows-2022
40
- os: macOS
- image: macos-11
41
+ image: macos-12
42
defaults:
43
run:
44
shell: bash
0 commit comments