Skip to content

Commit

Permalink
macos-12 github action deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed Dec 12, 2024
1 parent c3f0fc3 commit a2dee4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-12, macos-13, macos-latest]
os: [ macos-13, macos-14, macos-latest]
include:
- os: macos-12
dylib_path: /usr/local/lib/gcc/current
- 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

Expand Down

0 comments on commit a2dee4f

Please sign in to comment.