Skip to content

Commit

Permalink
fix(ci): use older xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed Jun 25, 2022
1 parent 7ce3943 commit 646fbab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "^13.4.1"
xcode-version: "^13.2.1"
- uses: ruby/setup-ruby@v1
env:
ImageOS: macos11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "^13.4.1"
xcode-version: "^13.2.1"

- uses: fwal/setup-swift@v1
with:
Expand Down
Binary file not shown.

0 comments on commit 646fbab

Please sign in to comment.