Skip to content

Commit 114dbeb

Browse files
committed
Githubactions: Fix MacOS release runner
1 parent 1e945f4 commit 114dbeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ jobs:
8585
set -x
8686
mkdir artifact
8787
88-
if [[ ${{ matrix.arch }} == "arm" ]]; then
89-
brew install golang
90-
fi
88+
brew install golang
9189
9290
make GB_BUILD_FLAGS="-tags disable_seccomp -ldflags '-s'"
9391
strip -u -r bin/yubihsm-connector*

0 commit comments

Comments
 (0)