ci: use m1 for building on mac

This commit is contained in:
Abdullah Atta
2024-01-31 15:19:10 +05:00
parent bf7a02df5e
commit c335d10167

View File

@@ -88,7 +88,7 @@ jobs:
name: Build for macOS
needs: build
if: inputs.build-mac
runs-on: macos-12
runs-on: macos-14
steps:
- name: Check out Git repository