From b91dbb5a56dbd9d9dce42cd619a3a9180c1cb387 Mon Sep 17 00:00:00 2001 From: Eugene Hauptmann Date: Thu, 6 Jun 2024 16:11:51 -0400 Subject: [PATCH] Xcode_15.4.app --- .github/workflows/coreaudio-sys.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coreaudio-sys.yml b/.github/workflows/coreaudio-sys.yml index eff7b77..6ed43c7 100644 --- a/.github/workflows/coreaudio-sys.yml +++ b/.github/workflows/coreaudio-sys.yml @@ -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}}