From 00286c3b670948eff1d1e90bbecd76f5e29261ae Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Tue, 10 Dec 2024 09:36:36 +0300 Subject: [PATCH] Try to build the sim on the latest macos --- .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 7282fdd..aaf11d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: retention-days: 1 build_simulator_macos: - runs-on: macos-14 + runs-on: macos-15 steps: - name: Install Arduino CLI run: brew install arduino-cli