3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 23:14:40 +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
parent c76cc514d5
commit 9e1bfcea60

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