From ad26edb1a31be2675eee793d6b3d7ecad36f7053 Mon Sep 17 00:00:00 2001 From: Maximilian Gerhardt Date: Sat, 14 Sep 2024 23:50:08 +0200 Subject: [PATCH] Fix dependency installation for Mac --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f69ee36..6475cf6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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