Update iOS build

This commit is contained in:
wheremyfoodat 2025-03-16 21:52:21 +02:00
parent ed22cb1137
commit 47a1dcaf3e
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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