chore: use gh runner image macos-13

as macos-12 is deprecated, and sometimes hang for 1h doing nothing --'
pull/3254/head
Audric Ackermann 4 months ago
parent 953c0738f9
commit c508757eba
No known key found for this signature in database

@ -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
# macos-14 is disabled for now as we hit our free tier limit for macos builds
build_macos_x64:
runs-on: macos-12
runs-on: macos-13
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAC_CERTIFICATE: ${{ secrets.MAC_CERTIFICATE }}

Loading…
Cancel
Save