This is an automated email from the ASF dual-hosted git repository. janc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git
commit ff344a07f40fb024ff8e9bbb3a6d7436105a8712 Author: Szymon Janc <[email protected]> AuthorDate: Mon Dec 1 09:01:39 2025 +0100 Revert "ci: Disable macos builds" This reverts commit f71333aa78c3c2ff924516daf41461e1174370ab. --- .github/workflows/build_targets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_targets.yml b/.github/workflows/build_targets.yml index e53f4ec0f..ed3840f67 100644 --- a/.github/workflows/build_targets.yml +++ b/.github/workflows/build_targets.yml @@ -27,7 +27,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3
