From 39ff1e816e1ff0fbab5dfc7631499cce97054e6f Mon Sep 17 00:00:00 2001 From: metalurgical <97008724+metalurgical@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:57:10 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d1b3d53..3df544b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,7 +1,7 @@ on: push: branches: - - master + - main pull_request: types: - opened @@ -17,6 +17,6 @@ jobs: - name: xcode uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: "14.2.0" + xcode-version: "15.4.0" - name: package - run: xcodebuild test -scheme tkey-swift -destination "platform=iOS Simulator,OS=16.2,name=iPhone 14" COMPILER_INDEX_STORE_ENABLE=NO \ No newline at end of file + run: xcodebuild test -scheme tkey-mpc-swift -destination "platform=iOS Simulator,OS=17.2,name=iPhone 15" COMPILER_INDEX_STORE_ENABLE=NO \ No newline at end of file