Skip to content

Commit 0d03bc5

Browse files
Support new Action macOS Runners (#347)
* 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
1 parent 461162c commit 0d03bc5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cross-platform.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
os: [macos-latest, windows-latest, ubuntu-latest]
1414

1515
steps:
16-
- if: matrix.os == 'macos-latest'
17-
run: sudo cp /usr/local/opt/[email protected]/lib/pkgconfig/*.pc /usr/local/lib/pkgconfig/
18-
1916
- uses: actions/checkout@v4
2017
- run: cmake -E make_directory ${{ github.workspace }}/build
2118

0 commit comments

Comments
 (0)