We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a27c4 commit 67e29d2Copy full SHA for 67e29d2
.github/workflows/artifactory.yml
@@ -5,20 +5,20 @@ on:
5
tags: ['[0-9]+.[0-9]+.[0-9]+']
6
7
env:
8
- DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
+ DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
9
10
jobs:
11
artifactory:
12
name: Artifactory
13
- runs-on: macos-13
+ runs-on: macos-latest
14
concurrency:
15
group: ${{ github.ref_name }}
16
cancel-in-progress: true
17
steps:
18
- name: Install dependencies
19
run: brew install jfrog-cli
20
- name: Checkout source
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
- name: Build documentation
23
run: |
24
make docs open="no" DERIVED_DATA_PATH="$(mktemp -d)"
0 commit comments