Skip to content

Commit 9adf815

Browse files
committed
Added xcode select to latest
1 parent ab9d3fb commit 9adf815

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Publish Firebase Crashlytics
6161
run: ./gradlew :firebase-crashlytics:publish
6262
documentation:
63-
runs-on: macos-13
63+
runs-on: macos-latest
6464
steps:
6565
- uses: actions/checkout@v4
6666
- name: Set up JDK
@@ -71,6 +71,9 @@ jobs:
7171
- uses: gradle/gradle-build-action@v3
7272
- name: Grant execute permission for gradlew
7373
run: chmod +x gradlew
74+
- uses: maxim-lobanov/setup-xcode@v1
75+
with:
76+
xcode-version: latest-stable
7477
- name: Generate documentation
7578
run: ./gradlew dokkaHtmlMultiModule
7679
- name: Uploading build folder

0 commit comments

Comments
 (0)