Skip to content

Commit

Permalink
fix xcode selection
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Nov 24, 2023
1 parent 26abbea commit dfe4cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
install: base-devel gcc
path-type: inherit
- uses: ilammy/msvc-dev-cmd@v1
- name: Switch XCode-Version
if: matrix.os == 'macos'
run: sudo xcode-select -switch /Applications/Xcode_12.2.app
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build native binaries
run: bash build.sh deploy
if: matrix.os != 'linux'
Expand Down

0 comments on commit dfe4cff

Please sign in to comment.