Skip to content

Commit

Permalink
force xcode to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Farzon Lotfi committed Dec 6, 2023
1 parent 10192b8 commit f3db14f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake-libfuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
restore-keys: |
${{ runner.OS }}-c++-packages-cache-libfuzzer-Release-
- name: set Latest xcode
if: matrix.os == 'macOS-latest'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest

- name: Configure CMake (Mac)
shell: bash
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit f3db14f

Please sign in to comment.