From 223ddfe0684be1290c74552eb4bcad69e871e8da Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 10 Sep 2024 15:33:11 -0500 Subject: [PATCH] Remove custom flags only for cibuildwheel macos --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad322b6..9f3c102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,8 +72,6 @@ jobs: CIBW_ARCHS: "${{ matrix.cibw_archs }}" # disable finding unintended freetype installations CIBW_ENVIRONMENT_WINDOWS: "AGGDRAW_FREETYPE_ROOT=''" - # agg is not compatible with GCC 14+ - CIBW_ENVIRONMENT_MACOS: CXXFLAGS='-fpermissive' - name: upload uses: actions/upload-artifact@v3 with: