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 7d905f8 commit c899597Copy full SHA for c899597
.github/workflows/release.yml
@@ -30,7 +30,7 @@ permissions:
30
31
jobs:
32
build:
33
- runs-on: macos-13
+ runs-on: macos-latest
34
env:
35
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
36
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
@@ -84,7 +84,7 @@ jobs:
84
- name: Install Cosign
85
if: inputs.dev == false
86
run: |
87
- brew install sigstore/tap/cosign
+ brew install cosign
88
89
- name: Configure AWS Credentials
90
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2
0 commit comments