diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index e8614d3..353854b 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -151,7 +151,7 @@ jobs: strategy: fail-fast: true matrix: - platform: [ ubuntu-latest, macos-latest, president, windows-latest ] + platform: [ ubuntu-latest, macos-latest, windows-latest ] build_type: [ Debug ] cc: [ clang ] cxx: [ clang++ ]