Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chihchy committed Nov 3, 2022
1 parent 46aaa74 commit 88852e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
- main
types: [closed]
env:
DEVELOPER_DIR: /Applications/Xcode_14.0.1.app
APP_VERSION: '2.4.2'
DEVELOPER_DIR: /Applications/Xcode_14.1.app
APP_VERSION: '2.4.3'
SCHEME_NAME: 'EhPanda'
ALTSTORE_JSON_PATH: './AltStore.json'
BUILDS_PATH: '/tmp/action-builds'
Expand Down
2 changes: 1 addition & 1 deletion .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.0.1.app
DEVELOPER_DIR: /Applications/Xcode_14.1.app
jobs:
Test:
runs-on: macos-12
Expand Down

0 comments on commit 88852e6

Please sign in to comment.