From c7e608d36a60feb1554768c5565e0690707f9e61 Mon Sep 17 00:00:00 2001 From: weisj <31143295+weisJ@users.noreply.github.com> Date: Sat, 31 Jul 2021 20:50:13 +0200 Subject: [PATCH] CI: Fix documentation action It erroneously still set the XCode version to 12.1 even though it isn't supported anymore. --- .github/workflows/documentation.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 44031cee..fa00a760 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -1,8 +1,6 @@ name: Documentation on: push: - branches: - - 'master' paths: - '**.properties' - '**/CreateUITable.java' @@ -24,11 +22,6 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 - - name: Setup XCode - uses: maxim-lobanov/setup-xcode@v1 - if: runner.os == 'macOS' - with: - xcode-version: '12.1' - name: Build documentation uses: eskatos/gradle-command-action@v1 with: