Skip to content

Commit

Permalink
fix xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 22, 2024
1 parent df3a6d9 commit 83fcae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Select Latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.3'
xcode-version: latest-stable
- name: Build DocC
run: |
swift package resolve;
Expand Down

0 comments on commit 83fcae3

Please sign in to comment.