diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml
index e47cfa83950faf0350b38fdfdd2e42bb2e3b8164..4dd483499b6a0f4498d547b587fbaf9451e2d6e3 100644
--- a/.github/workflows/test-builds.yml
+++ b/.github/workflows/test-builds.yml
@@ -105,7 +105,7 @@ jobs:
 
     - name: Install PlatformIO
       run: |
-        pip install -U https://github.com/platformio/platformio-core/archive/master.zip
+        pip install -U https://github.com/platformio/platformio-core/archive/develop.zip
         platformio update
 
     - name: Check out the PR