Skip to content

Commit

Permalink
try single dylib path again
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Dec 12, 2024
1 parent a2dee4f commit ac72fe1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cmake_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ac72fe1

Please sign in to comment.