Skip to content

Commit

Permalink
Update CI to Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nonameplum committed May 25, 2024
1 parent 39d337e commit 59da8f7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
23 changes: 23 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 59da8f7

Please sign in to comment.