Skip to content

Commit

Permalink
暂时降级Xcode16.1,绕过Github Actions 环境错误
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb committed Jan 17, 2025
1 parent 05faa8d commit 32b7dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testflight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 'latest-stable'
xcode-version: '16.1'

- name: Setup ruby
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Select Xcode Version
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 'latest-stable'
xcode-version: '16.1'

- name: Setup ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 32b7dc0

Please sign in to comment.