Skip to content

Commit

Permalink
Use latest xcode for macos build CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Jan 16, 2023
1 parent 62378d3 commit f4683ee
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Prerequisites
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Install dependencies
run: brew install ninja

- name: cmake
- name: Configure
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=g++-11 -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl@1.1 -GNinja

- name: build
- name: Build
working-directory: ${{github.workspace}}/build
run: ninja

Expand Down

0 comments on commit f4683ee

Please sign in to comment.