Skip to content

Commit

Permalink
Fix Xcode selection
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Sep 10, 2024
1 parent cd98ac0 commit c2b5ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "16.0.0"
xcode-version: "16.0.0-beta"
- name: Prepare
run: |
bundle update --bundler
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "16.0.0"
xcode-version: "16.0.0-beta"
- name: Prepare
run: |
bundle update --bundler
Expand Down

0 comments on commit c2b5ffa

Please sign in to comment.