From 0f824c39edb3d13f04804a28f2f7f813c96dc5af Mon Sep 17 00:00:00 2001 From: "Peter Fichtner (pfichtner)" Date: Wed, 13 Dec 2023 13:49:24 +0100 Subject: [PATCH] run on ubuntu-20.04 for a workaroud of https://github.com/maakbaas/esp8266-iot-framework/issues/168 --- .github/workflows/platform-io-ci.yml | 2 +- .github/workflows/platform-io-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/platform-io-ci.yml b/.github/workflows/platform-io-ci.yml index de9e735..6dcc29e 100644 --- a/.github/workflows/platform-io-ci.yml +++ b/.github/workflows/platform-io-ci.yml @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Harden Runner uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0 diff --git a/.github/workflows/platform-io-release.yml b/.github/workflows/platform-io-release.yml index a86524a..de8e289 100644 --- a/.github/workflows/platform-io-release.yml +++ b/.github/workflows/platform-io-release.yml @@ -12,7 +12,7 @@ permissions: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 permissions: contents: write steps: