Skip to content

Commit

Permalink
ci: use xcode 14 to build on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tishion committed Jun 20, 2024
1 parent 95e9e2e commit 706e506
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
path: ${{github.workspace}}/dep
key: ${{ runner.os }}-dep-cef

- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14'

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
Expand Down

0 comments on commit 706e506

Please sign in to comment.