Skip to content

Commit

Permalink
修改 GitHub Action 系统版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb committed Jun 4, 2024
1 parent fd3740b commit 9252cfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
deploy:
runs-on: macos-latest-large
runs-on: macos-latest

steps:
- name: Checkout
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
tests:
runs-on: macos-12
runs-on: macos-latest

steps:
- name: Checkout
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.0.1'
xcode-version: 'latest'

- name: Setup ruby
uses: ruby/setup-ruby@v1
Expand All @@ -42,4 +42,4 @@ jobs:
run: |
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
bundle exec fastlane tests
bundle exec fastlane tests

0 comments on commit 9252cfa

Please sign in to comment.