Skip to content

Commit 7f0acf5

Browse files
committed
ci: Disable macos builds
This needs to be disable until GHA arm-none-eabi-gcc-action is fixed. See carlosperate/arm-none-eabi-gcc-action#74
1 parent 4275a6f commit 7f0acf5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_blinky.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, windows-latest, macos-latest]
30+
os: [ubuntu-latest, windows-latest]
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v3

.github/workflows/build_targets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-latest, windows-latest, macos-latest]
30+
os: [ubuntu-latest, windows-latest]
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)