From 740b60ab3728b744102bf07a4f986c8bc1ab809f Mon Sep 17 00:00:00 2001 From: dougieauv Date: Wed, 6 Aug 2025 21:11:40 -0400 Subject: [PATCH 1/2] Update platformio-ci.yml --- .github/workflows/platformio-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformio-ci.yml b/.github/workflows/platformio-ci.yml index 41ad889..4b4fd2a 100644 --- a/.github/workflows/platformio-ci.yml +++ b/.github/workflows/platformio-ci.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-latest-arm steps: - uses: actions/checkout@v4 From ab95149d64fe0f4d9454a82c4d8906d3e2b1d31d Mon Sep 17 00:00:00 2001 From: John-Paul Chouery <64164677+JPGC04@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:23:58 -0400 Subject: [PATCH 2/2] Update platformio-ci.yml --- .github/workflows/platformio-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformio-ci.yml b/.github/workflows/platformio-ci.yml index 4b4fd2a..aadd7c8 100644 --- a/.github/workflows/platformio-ci.yml +++ b/.github/workflows/platformio-ci.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest-arm + runs-on: ubuntu-22.04-arm steps: - uses: actions/checkout@v4