mirror of
https://github.com/Z3Prover/z3
synced 2026-01-19 08:43:18 +00:00
[WIP] Update nightly.yml to fix build error with macOS runner (#8209)
* Initial plan * Fix macos-13 runner retirement: update to macos-14 Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
07929c3271
commit
fb0f8190e3
2 changed files with 3 additions and 3 deletions
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
|
||||
mac-build-x64:
|
||||
name: "Mac Build x64"
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
timeout-minutes: 90
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
|||
4
.github/workflows/nuget-build.yml
vendored
4
.github/workflows/nuget-build.yml
vendored
|
|
@ -110,7 +110,7 @@ jobs:
|
|||
retention-days: 1
|
||||
|
||||
build-macos-x64:
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6.0.1
|
||||
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
retention-days: 1
|
||||
|
||||
build-macos-arm64:
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v6.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue