Skip to content

Commit

Permalink
modify from self-hosted runner to github runner (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhivya0413 committed May 29, 2023
1 parent 15ee365 commit 4fdedb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:
jobs:
build_ios:
name: Deploying to Testflight
runs-on: self-hosted
runs-on: macos-13

steps:
- uses: actions/checkout@v3.1.0
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Deploy iOS Beta to TestFlight
run: |
cd ios
fastlane beta
bundle exec fastlane beta
env:
APP_STORE_CONNECT_TEAM_ID: '${{ secrets.APP_STORE_CONNECT_TEAM_ID }}'
DEVELOPER_APP_ID: '${{ secrets.IOS_INJI_DEVELOPER_APP_ID }}'
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
xcode_select '/Applications/Xcode.app'
xcode_select '/Applications/Xcode_14.2.app'

default_platform(:ios)
APP_STORE_CONNECT_TEAM_ID = ENV["APP_STORE_CONNECT_TEAM_ID"]
Expand Down

0 comments on commit 4fdedb5

Please sign in to comment.