diff --git a/.github/workflows/ios-beta.yaml b/.github/workflows/ios-beta.yaml index e95bdb7853..0817eb7283 100644 --- a/.github/workflows/ios-beta.yaml +++ b/.github/workflows/ios-beta.yaml @@ -35,7 +35,7 @@ jobs: name: Apple TestFlight runs-on: macos-14 env: - DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer LANG: en_US.UTF-8 # Fastlane complains that the terminal is using ASCII. LANGUAGE: en_US.UTF-8 LC_ALL: en_US.UTF-8 diff --git a/.github/workflows/ios-check.yaml b/.github/workflows/ios-check.yaml index fb6e4e9ce0..b6967a24d8 100644 --- a/.github/workflows/ios-check.yaml +++ b/.github/workflows/ios-check.yaml @@ -37,7 +37,7 @@ jobs: name: Build iOS runs-on: macos-14 env: - DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer LANG: en_US.UTF-8 # Fastlane complains that the terminal is using ASCII. LANGUAGE: en_US.UTF-8 LC_ALL: en_US.UTF-8 diff --git a/.github/workflows/ios-release.yaml b/.github/workflows/ios-release.yaml index 2dc4211b95..76c5d65e16 100644 --- a/.github/workflows/ios-release.yaml +++ b/.github/workflows/ios-release.yaml @@ -7,7 +7,7 @@ jobs: name: iOS Release runs-on: macos-14 env: - DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer LANG: en_US.UTF-8 # Fastlane complains that the terminal is using ASCII. LANGUAGE: en_US.UTF-8 LC_ALL: en_US.UTF-8 diff --git a/.github/workflows/macos-check.yaml b/.github/workflows/macos-check.yaml index 99753f972c..322d5efcd7 100644 --- a/.github/workflows/macos-check.yaml +++ b/.github/workflows/macos-check.yaml @@ -32,7 +32,7 @@ jobs: name: macOS builds and tests runs-on: macos-14 env: - DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.3.app/Contents/Developer HOMEBREW_NO_ANALYTICS: 1 HOMEBREW_NO_INSTALL_CLEANUP: 1 strategy: