Skip to content

Commit

Permalink
Fix dependency installation for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Sep 14, 2024
1 parent 9b2ec84 commit ad26edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y build-essential git cmake gcc-arm-none-eabi gcc-riscv64-unknown-elf

- name: Install dependencies (Mac)
if: ${{ matrix.os == 'macos-13' }}
if: ${{ matrix.os == 'macos-14' }}
run: |
brew install cmake make
brew tap ArmMbed/homebrew-formulae
Expand Down

0 comments on commit ad26edb

Please sign in to comment.