Skip to content

Commit

Permalink
feat: update github action iOS using M1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
abc873693 committed Mar 17, 2024
1 parent 255a1b6 commit e7d771e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

deploy_ios:
name: iOS Deploy TestFlight
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
# Ensure the xcode version is available
- name: List Xcode installations
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

build_ios:
name: Build iOS App
runs-on: macos-13
runs-on: macos-13-xlarge
steps:
# Ensure the xcode version is available
- name: List Xcode installations
Expand Down

0 comments on commit e7d771e

Please sign in to comment.