From d66c041fee6644c61d1c1d91152f643fb42ad4e3 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sun, 23 Mar 2025 13:47:08 +0100 Subject: [PATCH 1/2] ci: test macos latest Signed-off-by: Jan Kowalleck --- .github/workflows/python.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 631a46f8..31cacf34 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -162,7 +162,7 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142 + - macos-latest - windows-latest python-version: - "3.13" # highest supported @@ -171,6 +171,13 @@ jobs: - "3.10" - "3.9" - "3.8" # lowest supported -- handled in include + exclude: + - # macos-latest might be incompatible to py38 - see https://github.com/CycloneDX/cyclonedx-python-lib/pull/599#issuecomment-2077462142 + os: macos-latest + python-version: "3.8" + include: + - os: macos-13 + python-version: "3.8" steps: - name: Checkout # see https://github.com/actions/checkout From ac9cb8e790c2d93432c701592ae18a98af25a7c4 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 24 Apr 2025 15:15:40 +0200 Subject: [PATCH 2/2] ci Signed-off-by: Jan Kowalleck --- .github/workflows/python.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 33cadbf4..52f77613 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -170,6 +170,16 @@ jobs: - "3.11" - "3.10" - "3.9" # lowest supported -- handled in include + exclude: + - os: macos-latest + python-version: "3.10" + - os: macos-latest + python-version: "3.9" + include: + - os: macos-13 + python-version: "3.10" + - os: macos-13 + python-version: "3.9" steps: - name: Checkout # see https://github.com/actions/checkout