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:
Bernd Schoolmann 2024-04-28 16:04:41 +02:00 committed by GitHub
commit bbafde07fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ jobs:
path: ./goldwarden_linux_x86 path: ./goldwarden_linux_x86
build_macos_x86_64: build_macos_x86_64:
runs-on: macos-latest runs-on: macos-13
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v1