Skip to content

Commit

Permalink
Merge pull request #20 from ZL-Audio/renovate/apple-actions-import-co…
Browse files Browse the repository at this point in the history
…design-certs-3.x
  • Loading branch information
zsliu98 authored May 10, 2024
2 parents c97a7ad + 17d7ecd commit 9149d81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
variant: ${{ matrix.ccache }}

- name: Import certificates (macOS)
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
if: ${{ matrix.name == 'macOS' }}
with:
p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
variant: ${{ matrix.ccache }}

- name: Import Certificates (macOS)
uses: apple-actions/import-codesign-certs@v2
uses: apple-actions/import-codesign-certs@v3
if: ${{ matrix.name == 'macOS' }}
with:
p12-file-base64: ${{ secrets.DEV_ID_APP_CERT }}
Expand Down

0 comments on commit 9149d81

Please sign in to comment.