Skip to content

Commit a0697c9

Browse files
authored
Merge pull request #1900 from o1-labs/dw/always-run-macos-builds-on-develop
CI: always runs build on latest MacOS
2 parents 23fb1e7 + 424e9d1 commit a0697c9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build-macos-latest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Build macOS Latest
33
on:
44
push:
55
branches: [main, develop]
6+
pull_request:
67
workflow_dispatch:
78

89
concurrency:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
[#1235](https://github.com/o1-labs/mina-rust/issues/1235)
3838
([#1646](https://github.com/o1-labs/mina-rust/pull/1646))
3939
- *Build** Update Rust to 1.92 [#1894](https://github.com/o1-labs/mina-rust/issues/1894)
40+
- *CI*: run builds on macos-latest for each patch submission, fixing
41+
[#1899](https://github.com/o1-labs/mina-rust/issues/1899)
42+
([#1900](https://github.com/o1-labs/mina-rust/pull/1900))
4043

4144
### Removed
4245

0 commit comments

Comments
 (0)