Merge pull request #160 from olastor/fix-macos-build-amd64
fix: pin macos-13 as os for building amd64 binary
This commit is contained in:
commit
bbafde07fa
1 changed files with 9 additions and 9 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
|
@ -77,7 +77,7 @@ jobs:
|
|||
path: ./goldwarden_linux_x86
|
||||
|
||||
build_macos_x86_64:
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue