Switch to gcc-arm-embedded package for macOS CI build

This commit is contained in:
Mike Walters
2023-11-02 16:22:44 +00:00
parent 799d9ad158
commit 5f42c27a4c

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'