Skip to content

Commit

Permalink
[update dependencies]
Browse files Browse the repository at this point in the history
  • Loading branch information
chihchy committed Oct 30, 2023
1 parent e9ca0bb commit 3af9a7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ref: develop
- name: Resolve Dependencies
id: resolution
uses: GetSidetrack/action-xcodeproj-spm-update@v0.3.0
uses: GetSidetrack/action-xcodeproj-spm-update@0.3.0
with:
forceResolution: true
failWhenOutdated: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
types: [closed]
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
APP_VERSION: '2.7.2'
SCHEME_NAME: 'EhPanda'
ALTSTORE_JSON_PATH: './AltStore.json'
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
run: xcodebuild -version
- name: Run tests
run: xcodebuild clean test -scheme ${{ env.SCHEME_NAME }} -sdk iphonesimulator
-destination 'platform=iOS Simulator,name=iPhone 14 Pro'
-destination 'platform=iOS Simulator,name=iPhone 15 Pro'
- name: Bump version
id: bump-version
uses: yanamura/ios-bump-version@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test
on: [push]
env:
SCHEME_NAME: 'EhPanda'
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
jobs:
Test:
runs-on: macos-13
Expand All @@ -17,4 +17,4 @@ jobs:
- name: Run tests
run: xcodebuild clean test
-scheme ${{ env.SCHEME_NAME }} -sdk iphonesimulator
-destination 'platform=iOS Simulator,name=iPhone 14 Pro'
-destination 'platform=iOS Simulator,name=iPhone 15 Pro'

0 comments on commit 3af9a7d

Please sign in to comment.