Skip to content

Commit

Permalink
update xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Farzon Lotfi committed Dec 6, 2023
1 parent f3db14f commit a2a9276
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/cmake-libfuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
artifact_exec_ext: .exe
artifact_os_name: Windows
artifact_arch: x86_64
- os: macos-latest
xcode: Xcode_15.0.1
steps:
- uses: actions/checkout@v2
- name: Install Dependencies (Linux)
Expand Down Expand Up @@ -64,11 +66,11 @@ jobs:
restore-keys: |
${{ runner.OS }}-c++-packages-cache-libfuzzer-Release-
- name: set Latest xcode
- name: set Xcode and MacOS sdk Version
if: matrix.os == 'macOS-latest'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest
run: |
sudo xcode-select --switch /Applications/${{ matrix.xcode }}.app/Contents/Developer
xcrun --show-sdk-version
- name: Configure CMake (Mac)
shell: bash
Expand Down

0 comments on commit a2a9276

Please sign in to comment.