chore: use gh runner image macos-13

as macos-12 is deprecated, and sometimes hang for 1h doing nothing --'
pull/3281/head
Audric Ackermann 5 months ago
parent a0f2f9dd50
commit dc846573ba
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