Merge pull request #1372 from miek/mac-ci

Switch to gcc-arm-embedded package for macOS CI build
This commit is contained in:
Martin Ling
2023-11-02 17:45:02 +00:00
committed by GitHub

View File

@ -128,8 +128,8 @@ jobs:
- name: Install dependencies (macOS) - name: Install dependencies (macOS)
run: | run: |
brew tap armmbed/formulae brew install --cask gcc-arm-embedded
brew install arm-none-eabi-gcc dfu-util brew install dfu-util
pip3 install PyYAML pip3 install PyYAML
if: matrix.os == 'macos-latest' if: matrix.os == 'macos-latest'