Skip to content

Commit

Permalink
Support new Action macOS Runners (#347)
Browse files Browse the repository at this point in the history
* trying to grab a macos14 arm with different openssl install

* lets see if last weeks works

* test is older macos still needs workaround

* just use latest
  • Loading branch information
prince-chrismc authored Apr 27, 2024
1 parent 461162c commit 0d03bc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cross-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]

steps:
- if: matrix.os == 'macos-latest'
run: sudo cp /usr/local/opt/[email protected]/lib/pkgconfig/*.pc /usr/local/lib/pkgconfig/

- uses: actions/checkout@v4
- run: cmake -E make_directory ${{ github.workspace }}/build

Expand Down

0 comments on commit 0d03bc5

Please sign in to comment.