Skip to content

Commit 67e29d2

Browse files
Update Artifactory workflow (#381)
1 parent 06a27c4 commit 67e29d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/artifactory.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ on:
55
tags: ['[0-9]+.[0-9]+.[0-9]+']
66

77
env:
8-
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
8+
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
99

1010
jobs:
1111
artifactory:
1212
name: Artifactory
13-
runs-on: macos-13
13+
runs-on: macos-latest
1414
concurrency:
1515
group: ${{ github.ref_name }}
1616
cancel-in-progress: true
1717
steps:
1818
- name: Install dependencies
1919
run: brew install jfrog-cli
2020
- name: Checkout source
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
- name: Build documentation
2323
run: |
2424
make docs open="no" DERIVED_DATA_PATH="$(mktemp -d)"

0 commit comments

Comments
 (0)