diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index 1282bd25edfe..4e17d7ad6a3a 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -18,7 +18,7 @@ env: jobs: test-swift: - runs-on: macos-13 # macos 14 is ARM only and our tests don't run on ARM simulators due to libcrypto + runs-on: macos-14 permissions: actions: none @@ -55,7 +55,7 @@ jobs: cargo --version rustc --version - name: Add rust target - run: rustup target add x86_64-apple-ios # aarch64-apple-ios-sim + run: rustup target add aarch64-apple-ios-sim - name: Lint working-directory: ./app-ios run: ./lint.sh lint:check diff --git a/xcodegen_common.yml b/xcodegen_common.yml index 6686f60fe7d9..65ee783b12a2 100644 --- a/xcodegen_common.yml +++ b/xcodegen_common.yml @@ -1,5 +1,6 @@ # Shared configuations for XCodeGen projects options: + xcodeVersion: "15.3" minimumXCodeGenVersion: 2.41.0 createIntermediateGroups: true developmentLanguage: "en"