From b5e4f6457116d7d545bd547aed902e8bc3057fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 19 Apr 2026 14:25:45 +0200 Subject: [PATCH] chore: fix ci --- .github/workflows/installer.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index e581cf0..0660da4 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -26,11 +26,11 @@ jobs: matrix: os: [Ubuntu, macOS, Windows] python-version: - - "3.9" - "3.10" - "3.11" - "3.12" - "3.13" + - "3.14" args: - "" - "--preview" @@ -41,7 +41,7 @@ jobs: - os: Windows image: windows-2022 - os: macOS - image: macos-12 + image: macos-14 fail-fast: false defaults: run: @@ -96,8 +96,8 @@ jobs: strategy: matrix: tag: - - focal - jammy + - noble defaults: run: shell: bash @@ -108,7 +108,6 @@ jobs: run: | apt-get -y update apt-get -y install python3 ca-certificates - apt-get -y install --reinstall python3-distutils - name: Update PATH run: echo "$HOME/.local/bin" >> $GITHUB_PATH