From 4d7fa1eee62f33769284818917dc4e9ccd11e4b9 Mon Sep 17 00:00:00 2001 From: Azim Afroozeh Date: Mon, 16 Sep 2024 17:15:41 +0200 Subject: [PATCH] disable windows for now --- .github/workflows/CI.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index cffb10a..c233e7d 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ ubuntu-latest, macos-latest, president, windows-latest ] + platform: [ ubuntu-latest, macos-latest, president ] build_type: [ Debug, Release ] cxx: [ clang++ ] @@ -123,7 +123,7 @@ jobs: strategy: fail-fast: true matrix: - platform: [ ubuntu-latest, macos-latest, president, windows-latest ] + platform: [ ubuntu-latest, macos-latest, president ] python-version: [ 3.12.4 ] # Python 3 versions runs-on: ${{ matrix.platform }}