From e06c0b9a7690df4ee0c35f76f06ef2bb9406fa5f Mon Sep 17 00:00:00 2001 From: Manuel Weiser Date: Wed, 19 Feb 2025 09:27:18 +0100 Subject: [PATCH] feat: update Gitea runner configuration and increment version to 1.2.22 --- .github/workflows/providers/gitea-release.yml | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/providers/gitea-release.yml b/.github/workflows/providers/gitea-release.yml index c37f25e..ae9ff72 100644 --- a/.github/workflows/providers/gitea-release.yml +++ b/.github/workflows/providers/gitea-release.yml @@ -12,7 +12,7 @@ on: jobs: release: - runs-on: gitea-runner + runs-on: gitea-runner-1 steps: - name: Debug Info run: | diff --git a/platformio.ini b/platformio.ini index 383058c..dc64363 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [common] -version = "1.2.21" +version = "1.2.22" [env:esp32dev] platform = espressif32