Skip to content

Commit

Permalink
Xcode_15.4.app
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenehp committed Jun 6, 2024
1 parent 7212e4d commit b91dbb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ jobs:
components: rust-src

- name: Install Xcode Command Line Tools
# run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
run: sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer
# run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md
- name: Show Xcode SDKs
run: xcodebuild -showsdks

- name: Find AudioUnit.h
# run: find /Applications/Xcode_15.4.app -name AudioUnit.h
run: find /Applications/Xcode.app -name AudioUnit.h
run: find /Applications/Xcode_15.4.app -name AudioUnit.h
# run: find /Applications/Xcode.app -name AudioUnit.h

- name: Build for visionOS target ${{matrix.target}}
# run: cargo build --verbose --target=${{matrix.target}}
Expand Down

0 comments on commit b91dbb5

Please sign in to comment.