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
The following commit(s) were added to refs/heads/master by this push:
new f71333aa7 ci: Disable macos builds
f71333aa7 is described below
commit f71333aa78c3c2ff924516daf41461e1174370ab
Author: Szymon Janc <[email protected]>
AuthorDate: Thu Nov 27 10:45:54 2025 +0100
ci: Disable macos builds
This needs to be disable until GHA arm-none-eabi-gcc-action is fixed.
See https://github.com/carlosperate/arm-none-eabi-gcc-action/issues/74
---
.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 f4df660fc..12101f2a3 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, macos-latest]
+ os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3