diff --git a/.github/workflows/cmake_macos.yml b/.github/workflows/cmake_macos.yml index 127388a32..093b23a60 100644 --- a/.github/workflows/cmake_macos.yml +++ b/.github/workflows/cmake_macos.yml @@ -15,13 +15,14 @@ jobs: fail-fast: false matrix: os: [ macos-13, macos-14, macos-latest] - include: - - os: macos-13 - dylib_path: /usr/local/lib/gcc/current - - os: macos-14 - dylib_path: /usr/local/lib/gcc/current - - os: macos-latest # https://github.com/actions/runner/issues/3337 - dylib_path: /opt/homebrew/Cellar/gcc/14.2.0/lib/gcc/current + dylib_path: /usr/local/lib/gcc/current + # include: + # - os: macos-13 + # dylib_path: /usr/local/lib/gcc/current + # - os: macos-14 + # dylib_path: /usr/local/lib/gcc/current + # - os: macos-latest # https://github.com/actions/runner/issues/3337 + # dylib_path: /opt/homebrew/Cellar/gcc/14.2.0/lib/gcc/current steps: