From 957a9d1f8f8c362e8cabfd856018e0d4f016327c Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 19 Sep 2025 11:56:02 +0200 Subject: [PATCH] fix: update CI configuration to include additional platforms and ensure prerelease support --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c39f02d..61a100a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,11 @@ jobs: build: strategy: + fail-fast: false matrix: # 3.x is used to run code coverage python-version: ["3.x", "3.14", "3.14t", "3.13", "3.13t", "3.12", "3.11", "3.10", "3.9"] - platform: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, macos-13] + platform: [ubuntu-latest, macos-latest, windows-latest, windows-11-arm, ubuntu-24.04-arm, macos-13] # exclude: runs-on: ${{ matrix.platform }} @@ -34,6 +35,7 @@ jobs: with: python-version: ${{ matrix.python-version }} check-latest: ${{ github.event_name == 'schedule' }} + allow-prereleases: true - name: Install zbar shared lib for QReader (Linux) if: runner.os == 'Linux' run: |