Skip to content

Commit a0015af

Browse files
committed
Fix github action
1 parent 54075d5 commit a0015af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: xcode-select
17-
run: sudo xcode-select -s /Applications/Xcode_12.3.app
17+
run: sudo xcode-select -s /Applications/Xcode.app
1818

1919
- name: Delete release notes
2020
run: rm -f .build/release.md

0 commit comments

Comments
 (0)