From 59da8f777797da50454e537ea004332cf710a016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=C5=9Aliwi=C5=84ski?= Date: Sat, 25 May 2024 11:02:13 +0200 Subject: [PATCH] Update CI to Xcode 15.2 --- .github/workflows/ci.yml | 15 +++++++-------- Package.resolved | 23 +++++++++++++++++++++++ 2 files changed, 30 insertions(+), 8 deletions(-) create mode 100644 Package.resolved diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f779c87..1cc3a6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,16 +10,15 @@ on: workflow_dispatch: jobs: - tests: - runs-on: macos-12 - strategy: - matrix: - xcode: [13.3] + tests: + runs-on: macos-13 steps: - uses: actions/checkout@v2 - name: install xcbeautify run: brew install xcbeautify - - name: Select Xcode ${{ matrix.xcode }} - run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app + - name: Select Xcode Version + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: "15.2" - name: Run tests - run: xcodebuild test -project ./XcodeProject/UIEnvironment.xcodeproj -destination platform="iOS Simulator,name=iPhone 11 Pro Max" -scheme "App" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcbeautify \ No newline at end of file + run: xcodebuild test -project ./XcodeProject/UIEnvironment.xcodeproj -destination platform="iOS Simulator,name=iPhone 15 Pro Max" -scheme "App" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcbeautify \ No newline at end of file diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 0000000..df5a51a --- /dev/null +++ b/Package.resolved @@ -0,0 +1,23 @@ +{ + "pins" : [ + { + "identity" : "libffi", + "kind" : "remoteSourceControl", + "location" : "https://github.com/623637646/libffi.git", + "state" : { + "revision" : "bc1dac0c1b522539f21fc28fe1f7e07bb7c2fbd5", + "version" : "3.4.5" + } + }, + { + "identity" : "swifthook", + "kind" : "remoteSourceControl", + "location" : "https://github.com/623637646/SwiftHook", + "state" : { + "revision" : "474f80132a3a4e74b3f8a5b87b707d74de387769", + "version" : "3.5.2" + } + } + ], + "version" : 2 +}