mirror of
https://github.com/Z3Prover/z3
synced 2026-02-19 15:04:42 +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
c76cc514d5
commit
9e1bfcea60
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:
|
mac-build-x64:
|
||||||
name: "Mac Build x64"
|
name: "Mac Build x64"
|
||||||
runs-on: macos-13
|
runs-on: macos-15
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
@ -65,7 +65,7 @@ jobs:
|
||||||
|
|
||||||
mac-build-arm64:
|
mac-build-arm64:
|
||||||
name: "Mac ARM64 Build"
|
name: "Mac ARM64 Build"
|
||||||
runs-on: macos-13
|
runs-on: macos-15
|
||||||
timeout-minutes: 90
|
timeout-minutes: 90
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue