Skip to content

Commit

Permalink
OK lets try latest stable Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Oct 5, 2021
1 parent 6f86ef7 commit b4b834e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '10'
xcode-version: latest-stable

- name: Install other deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '10'
xcode-version: latest-stable

- name: Install other deps
run: |
Expand Down

0 comments on commit b4b834e

Please sign in to comment.