Skip to content

Commit

Permalink
CICD: remove xcode selection 2
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Nov 28, 2024
1 parent 061352d commit 3101b9f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ jobs:
if: matrix.target == 'arm-unknown-linux-gnueabihf'
run: sudo apt-get install gcc-arm-linux-gnueabihf

- name: Xcode Select Version
if: matrix.target == 'aarch64-apple-darwin'
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'

- name: Install toolchain dependencies (MacOS)
if: startsWith(matrix.os, 'macos')
run: brew install protobuf
Expand Down

0 comments on commit 3101b9f

Please sign in to comment.