3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-19 15:04:42 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Nikolaj Bjorner
efa455cf0c set arch to x64 on MacOs build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 20:57:49 -08:00
Nikolaj Bjorner
39aa18e95c Update artifact upload path in release workflow 2026-02-18 20:57:49 -08:00
Nikolaj Bjorner
a10ec80ed6 rename build-dist to dist
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-02-18 20:57:48 -08:00
Nikolaj Bjorner
9e1bfcea60 Upgrade macOS version for build workflows
Updated macOS version for x64 and ARM64 builds in the workflow.
2026-02-18 20:57:48 -08:00
Copilot
338df5a38f Migrate release.yml from Azure DevOps to GitHub Actions (#8239)
* Initial plan

* Create GitHub Actions release.yml workflow

- Migrated Azure DevOps release pipeline to GitHub Actions
- Aligned structure and conventions with nightly.yml
- Added manual workflow dispatch with version input
- Included conditional publishing to GitHub, NuGet, and PyPI
- Updated to use manylinux_2_28 container (consistent with nightly)
- Added --zip flag to all Windows builds
- Set 7-day retention for release artifacts

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>
2026-02-18 20:57:34 -08:00