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: