mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-17 23:51:42 +03:00
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
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 New Issue
Block a user