Skip to content

Commit

Permalink
Update cpp-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet authored May 1, 2024
1 parent d4d827e commit e89a135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
buildtype: [Debug, Release]

runs-on: macos-13
runs-on: macos-12

steps:
- uses: actions/checkout@v4
Expand All @@ -33,7 +33,7 @@ jobs:
- name: build
run: |
export PATH=$(pwd)/webrtc/src/third_party/llvm-build/Release+Asserts/bin:$PATH
cmake -DWEBRTCROOT=$(pwd)/webrtc -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_AR=$(pwd)/webrtc/src/third_party/llvm-build/Release+Asserts/bin/llvm-ar -DCMAKE_LINKER=$(pwd)/webrtc/src/third_party/llvm-build/Release+Asserts/bin/llvm-ld -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDETECT_OPENSSL=OFF .
cmake -DWEBRTCROOT=$(pwd)/webrtc -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=${{ matrix.buildtype }} -DDETECT_OPENSSL=OFF .
make VERBOSE=1
- name: cpack
Expand Down

0 comments on commit e89a135

Please sign in to comment.