3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-21 01:24:43 +00:00

Upgrade macOS version for build workflows

Updated macOS version for x64 and ARM64 builds in the workflow.
This commit is contained in:
Nikolaj Bjorner 2026-01-18 16:30:41 -08:00 committed by GitHub
parent 22649f7e66
commit 6a81b950ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ jobs:
mac-build-x64:
name: "Mac Build x64"
runs-on: macos-13
runs-on: macos-15
timeout-minutes: 90
steps:
- name: Checkout code
@ -65,7 +65,7 @@ jobs:
mac-build-arm64:
name: "Mac ARM64 Build"
runs-on: macos-13
runs-on: macos-15
timeout-minutes: 90
steps:
- name: Checkout code