Skip to content

Commit

Permalink
GH Actions: Downgrade to Xcode 12.4
Browse files Browse the repository at this point in the history
For some weird reason, Xcode 13 is not available to the
DocZ runner? Works on Macro.
  • Loading branch information
helje5 committed Oct 4, 2021
1 parent f3e8bcc commit 1de5a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Select latest available Xcode
uses: maxim-lobanov/setup-xcode@v1.2.1
with:
xcode-version: 13
xcode-version: 12.4
- name: Checkout Repository
uses: actions/checkout@v2
- name: Build Swift Debug Package
Expand Down

0 comments on commit 1de5a5c

Please sign in to comment.