From 2e08f8aa591eef84256cc8422329c014b151e15d Mon Sep 17 00:00:00 2001 From: Azim Afroozeh Date: Wed, 11 Sep 2024 12:42:16 +0200 Subject: [PATCH] only one format-check --- .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 8cf0c53..5ebc4bc 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: true matrix: - platform: [ ubuntu-latest, macos-latest ] + platform: [ ubuntu-latest ] runs-on: ${{ matrix.platform }} steps: @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: true matrix: - platform: [ ubuntu-latest, macos-latest ] + platform: [ ubuntu-latest, macos-latest, president ] build_type: [ Debug, Release ] cxx: [ clang++ ] runs-on: ${{ matrix.platform }}