diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7f8642b63..662deb986a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,10 +73,6 @@ jobs: name: Build wheels for macos Intel chips runs-on: macos-13 steps: - - uses: fortran-lang/setup-fortran@v1 - with: - compiler: gcc - version: 11 - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - name: Install cibuildwheel @@ -85,7 +81,7 @@ jobs: env: CIBW_BUILD: cp311-macosx_x86_64 CIBW_BUILD_VERBOSITY: "3" - CMAKE_CONFIGURE_ARGS: "-DWITH_F12=OFF -DENABLE_SMD=ON" + CMAKE_CONFIGURE_ARGS: "-DWITH_F12=OFF -DENABLE_SMD=OFF" CMAKE_BUILD_PARALLEL_LEVEL: "4" run: python -m cibuildwheel --output-dir mac-wheels - name: List available wheels