From ae8a9ad9a8fc19d1b552a2b1d33abf77c3ccefa9 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Tue, 6 Sep 2022 10:01:00 +0200 Subject: [PATCH] ci: explicitly test for `1.2.0` --- .github/workflows/installer.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 5e503cf..e9a6baa 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -31,13 +31,14 @@ jobs: - "--preview" - "--git https://github.com/python-poetry/poetry.git" - "--version 1.1.15" + - "--version 1.2.0" include: - os: Ubuntu - image: ubuntu-latest + image: ubuntu-22.04 - os: Windows image: windows-2022 - os: macOS - image: macos-11 + image: macos-12 defaults: run: shell: bash