Skip to content

Commit c899597

Browse files
cx-anurag-dalkecx-rahul-pidde
authored andcommitted
Updated macos version (AST-0000) (#1346)
* updated GH action * updated macos gh action version
1 parent 7d905f8 commit c899597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions:
3030

3131
jobs:
3232
build:
33-
runs-on: macos-13
33+
runs-on: macos-latest
3434
env:
3535
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
3636
APPLE_DEVELOPER_CERTIFICATE_P12_BASE64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
@@ -84,7 +84,7 @@ jobs:
8484
- name: Install Cosign
8585
if: inputs.dev == false
8686
run: |
87-
brew install sigstore/tap/cosign
87+
brew install cosign
8888
8989
- name: Configure AWS Credentials
9090
uses: aws-actions/configure-aws-credentials@5fd3084fc36e372ff1fff382a39b10d03659f355 #v2

0 commit comments

Comments
 (0)