Skip to content

Commit

Permalink
Fix macos secretcli builds
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Oct 28, 2024
1 parent 61adb24 commit 249220f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-22.04, windows-latest, macos-latest]
os: [ubuntu-22.04, windows-latest, macos-13]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand All @@ -163,7 +163,7 @@ jobs:
path: secretcli-${{runner.os}}

MacOS-ARM64-CLI:
runs-on: macos-12-large
runs-on: macos-latest
strategy:
fail-fast: false
timeout-minutes: 90
Expand All @@ -178,6 +178,7 @@ jobs:
go-version: 1.21 # The Go version to download (if necessary) and use.
- name: Build macos darwin/arm64
run: SGX_MODE=SW make build_cli
cp "secretcli" "secretcli-MacOS-arm64"
- uses: actions/upload-artifact@v3
with:
name: secretcli-MacOS-arm64
Expand Down

0 comments on commit 249220f

Please sign in to comment.