From 8c04f803b89f18467dcc68253aca66b537cf0f84 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Mon, 13 Nov 2023 14:32:36 -0800 Subject: [PATCH] Update docs --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ae569d312038..e77c5e8b5022 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,8 +19,8 @@ jobs: build: runs-on: macos-13 steps: - - name: Select Xcode 14.3 - run: sudo xcode-select -s /Applications/Xcode_14.3.app + - name: Select Xcode 15.0.1 + run: sudo xcode-select -s /Applications/Xcode_15.0.1.app - name: Checkout Package uses: actions/checkout@v4