Skip to content

Commit 7a9cc2e

Browse files
Update Artifactory workflow (#10)
1 parent e95a02e commit 7a9cc2e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/artifactory.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,18 @@ on:
44
push:
55
tags: ['[0-9]+.[0-9]+.[0-9]+']
66

7-
env:
8-
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
9-
107
jobs:
118
artifactory:
129
name: Artifactory
13-
runs-on: macos-13
10+
runs-on: macos-latest
1411
concurrency:
1512
group: ${{ github.ref_name }}
1613
cancel-in-progress: true
1714
steps:
1815
- name: Install dependencies
1916
run: brew install jfrog-cli
2017
- name: Checkout source
21-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
2219
- name: Archive
2320
run: tar -czf "CollectionBuilders-${GITHUB_REF_NAME}.tar.gz" Sources
2421
- name: Upload

0 commit comments

Comments
 (0)