Skip to content

Commit

Permalink
Move to selfhosted agent for mac arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-service-account committed Jul 4, 2024
1 parent 5274625 commit 88f9c6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cortex-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ jobs:

- os: "mac"
name: "arm64"
runs-on: "macos-latest"
runs-on: "macos-silicon"
steps:
- name: Clone
id: checkout
Expand Down Expand Up @@ -410,6 +410,7 @@ jobs:
CODE_SIGN_P12_BASE64: ${{ secrets.CODE_SIGN_P12_BASE64 }}

- uses: apple-actions/import-codesign-certs@v2
continue-on-error: true
if: runner.os == 'macOS'
with:
p12-file-base64: ${{ secrets.CODE_SIGN_P12_BASE64 }}
Expand Down

0 comments on commit 88f9c6b

Please sign in to comment.