We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spm-package-resolved
1 parent 10bbae0 commit 7c4659cCopy full SHA for 7c4659c
.github/workflows/vertexai.yml
@@ -16,16 +16,7 @@ concurrency:
16
17
jobs:
18
spm-package-resolved:
19
- strategy:
20
- matrix:
21
- include:
22
- - os: macos-13
23
- xcode: Xcode_15.2
24
- - os: macos-14
25
- xcode: Xcode_15.4
26
- - os: macos-15
27
- xcode: Xcode_16
28
- runs-on: ${{ matrix.os }}
+ runs-on: macos-14
29
outputs:
30
cache_key: ${{ steps.generate_cache_key.outputs.cache_key }}
31
env:
@@ -39,7 +30,7 @@ jobs:
39
- name: Generate cache key
40
id: generate_cache_key
41
32
run: |
42
- cache_key="${{ matrix.os }}-spm-${{ hashFiles('**/Package.resolved') }}"
33
+ cache_key="${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}"
43
34
echo "cache_key=${cache_key}" >> "$GITHUB_OUTPUT"
44
35
- uses: actions/cache/save@v4
45
36
id: cache
0 commit comments