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:
parent
22649f7e66
commit
6a81b950ed
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue