From bb6d5aa2f036f669eb00ff64359e27a1af6bd55f Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Sat, 23 Nov 2024 18:57:38 +0300 Subject: [PATCH] Use macos-14 to build simulator --- .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 a48ad77..bd9135a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: run: tools/check_c_cpp_properties.py build_macos: - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v4 - name: Install Arduino CLI