From 3ba78f3c295a5fe03db0e2a5d8bc7ed270889ca0 Mon Sep 17 00:00:00 2001 From: valeros Date: Mon, 27 May 2024 16:52:02 +0300 Subject: [PATCH] Fix CI for MacOS --- .github/workflows/examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index b527a61..5b3a9aa 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -7,7 +7,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] example: - "examples/arduino-blink" - "examples/arduino-ble-led" @@ -29,7 +29,7 @@ jobs: - name: Set up Python 3 uses: actions/setup-python@v3 with: - python-version: "3.7" + python-version: "3.9" - name: Install dependencies run: | pip install -U https://github.com/platformio/platformio/archive/develop.zip