3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-01-29 05:18:43 +00:00
Commit graph

8 commits

Author SHA1 Message Date
dependabot[bot]
8596ec695b
Bump actions/checkout from 4 to 6 (#8351)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-26 16:07:23 -08:00
Copilot
d055eea24e
Add Windows ARM64 Python wheel builds (#8280)
* Initial plan

* Add Windows ARM64 Python wheel building to nightly and release builds

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

* Improve clarity of wheel copying step with better comments

Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>

* Use existing windows-build-arm64 output instead of separate build job

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-01-21 21:15:11 -08:00
Nikolaj Bjorner
c8df8fd730 updated dependencies
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-01-19 21:09:36 -08:00
Nikolaj Bjorner
8bd9bcf047 set arch to x64 on MacOs build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-01-19 18:54:46 -08:00
Nikolaj Bjorner
50cfcba40b
Update artifact upload path in release workflow 2026-01-19 13:52:45 -08:00
Nikolaj Bjorner
50226045d2 rename build-dist to dist
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2026-01-18 17:28:31 -08:00
Nikolaj Bjorner
6a81b950ed
Upgrade macOS version for build workflows
Updated macOS version for x64 and ARM64 builds in the workflow.
2026-01-18 16:30:41 -08:00
Copilot
3def57e39f
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-01-18 13:17:58 -08:00