Skip to content

Commit

Permalink
fix macOS build by using custom masOS image
Browse files Browse the repository at this point in the history
  • Loading branch information
farukeryilmaz committed Dec 6, 2023
1 parent 07a7f98 commit f0ac7d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/platform_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
jobs:
build:
name: macOS Latest
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set Xcode version
run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer
- name: Configure
run: cmake -S . -B build
- name: Build
Expand Down

0 comments on commit f0ac7d7

Please sign in to comment.