diff --git a/.github/workflows/_swift.yml b/.github/workflows/_swift.yml index c0cd6ba9a..8b0bade4b 100644 --- a/.github/workflows/_swift.yml +++ b/.github/workflows/_swift.yml @@ -30,8 +30,6 @@ jobs: permissions: contents: write # for attaching the build artifacts to the release id-token: write - env: - XCODE_VERSION: "16.2" strategy: fail-fast: false matrix: diff --git a/scripts/build/lib.sh b/scripts/build/lib.sh index 561540d01..1fd1f0378 100755 --- a/scripts/build/lib.sh +++ b/scripts/build/lib.sh @@ -12,9 +12,6 @@ function setup_runner() { keychain_pass=$(openssl rand -base64 32) keychain_path="$(mktemp -d)/app-signing.keychain-db" - # Select Xcode specified by the workflow - sudo xcode-select -s "/Applications/Xcode_$XCODE_VERSION.app" - # Install provisioning profiles mkdir -p "$profiles_path" base64_decode "$app_profile" "$profiles_path/$app_profile_file"