From eb09f6056b03c0ccdbfddfac40a292c8ed8ac8e2 Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Thu, 23 Oct 2025 16:18:42 +0200 Subject: [PATCH 1/2] Update CI.yml --- .github/workflows/CI.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 26829769a..90d81edea 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,26 +1,12 @@ -# [.github/workflows/CI.yml] name: CI + on: push: branches: - main tags: '*' pull_request: + jobs: call: - strategy: - matrix: - version: - - '1.10' - - '1.11' - - '1.12' - os: - - ubuntu-latest - - windows-latest - arch: - - x64 uses: control-toolbox/CTActions/.github/workflows/ci.yml@main - with: - version: ${{ matrix.version }} - os: ${{ matrix.os }} - arch: ${{ matrix.arch }} From 403ba460c61ba0571172b522248e935bca454009 Mon Sep 17 00:00:00 2001 From: Olivier Cots Date: Thu, 23 Oct 2025 17:35:18 +0200 Subject: [PATCH 2/2] remove macos test --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 90d81edea..c4ef85136 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,3 +10,5 @@ on: jobs: call: uses: control-toolbox/CTActions/.github/workflows/ci.yml@main + with: + runners: '["ubuntu-latest", "windows-latest"]'