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.
1 parent c52e20c commit c33f9b0Copy full SHA for c33f9b0
.github/workflows/spm.yml
@@ -24,7 +24,7 @@ jobs:
24
run: echo '::set-output name=WAS_CHANGED::'$(test -n "$(git log --format=%H --since='24 hours ago')" && echo 'true' || echo 'false')
25
26
spm-package-resolved:
27
- runs-on: macos-14
+ runs-on: macos-15
28
outputs:
29
cache_key: ${{ steps.generate_cache_key.outputs.cache_key }}
30
env:
0 commit comments