From 4bc36c2626b3f5772f1c10b419d6cba961f57d35 Mon Sep 17 00:00:00 2001 From: Christopher Fuller Date: Sun, 26 Jan 2025 21:55:41 -0800 Subject: [PATCH] Update Artifactory workflow --- .github/workflows/artifactory.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/artifactory.yml b/.github/workflows/artifactory.yml index 429c78c1..25a93110 100644 --- a/.github/workflows/artifactory.yml +++ b/.github/workflows/artifactory.yml @@ -5,12 +5,12 @@ on: tags: ['[0-9]+.[0-9]+.[0-9]+'] env: - DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer jobs: artifactory: name: Artifactory - runs-on: macos-13 + runs-on: macos-latest concurrency: group: ${{ github.ref_name }} cancel-in-progress: true @@ -18,7 +18,7 @@ jobs: - name: Install dependencies run: brew install jfrog-cli - name: Checkout source - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build documentation run: | make docs open="no" DERIVED_DATA_PATH="$(mktemp -d)"