diff --git a/.github/workflows/iOS_Build.yml b/.github/workflows/iOS_Build.yml index 285db10d..4273cc11 100644 --- a/.github/workflows/iOS_Build.yml +++ b/.github/workflows/iOS_Build.yml @@ -29,9 +29,6 @@ jobs: vulkan-query-version: 1.3.296.0 vulkan-use-cache: true vulkan-components: Vulkan-Headers, Vulkan-Loader, SPIRV-Tools, Glslang - - - name: Update Xcode tools - run: sudo xcode-select --switch /Library/Developer/CommandLineTools/ - name: Build core and frontend run: cd src/pandios && ./build.sh diff --git a/src/pandios/build.sh b/src/pandios/build.sh index 1652db56..8196b766 100755 --- a/src/pandios/build.sh +++ b/src/pandios/build.sh @@ -3,7 +3,7 @@ # Settings for the SwiftUI frontend ARCH=arm64 CONFIGURATION=Release -SDK=iphonesimulator18.2 +SDK=iphonesimulator # Settings for the emulator core EMULATOR_BUILD_TYPE=Release