Skip to content

Commit

Permalink
fix mac clang
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 committed Nov 29, 2023
1 parent cdfdea6 commit 821d2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
mac-os-build-clang:
runs-on: macos-11
runs-on: macos-12
env:
AWS_KVS_LOG_LEVEL: 2
CC: /usr/bin/clang
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: |
brew install pkg-config openssl cmake gstreamer
brew install pkg-config cmake gstreamer
brew unlink openssl
- name: Build repository
run: |
Expand Down

0 comments on commit 821d2d2

Please sign in to comment.