|
|
@ -118,7 +118,7 @@ jobs:
|
|
|
|
# We want a mac arm64 build, and according to this https://github.com/actions/runner-images#available-images macos-14 is always arm64
|
|
|
|
# We want a mac arm64 build, and according to this https://github.com/actions/runner-images#available-images macos-14 is always arm64
|
|
|
|
# macos-14 is disabled for now as we hit our free tier limit for macos builds
|
|
|
|
# macos-14 is disabled for now as we hit our free tier limit for macos builds
|
|
|
|
build_macos_x64:
|
|
|
|
build_macos_x64:
|
|
|
|
runs-on: macos-12
|
|
|
|
runs-on: macos-13
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
MAC_CERTIFICATE: ${{ secrets.MAC_CERTIFICATE }}
|
|
|
|
MAC_CERTIFICATE: ${{ secrets.MAC_CERTIFICATE }}
|
|
|
|