Skip to content

Commit aa8f028

Browse files
committed
#54 downgrade ci to xcode 15.2
1 parent 02c190e commit aa8f028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 11
19-
- name: Set Xcode version to 15.3
19+
- name: Set Xcode version to 15.2
2020
uses: maxim-lobanov/setup-xcode@v1
2121
with:
22-
xcode-version: '15.3'
22+
xcode-version: '15.2'
2323
- name: Print Xcode version
2424
run: xcodebuild -version
2525
- name: Check build

0 commit comments

Comments
 (0)