Skip to content

Commit

Permalink
Revert "run on ubuntu-20.04 for a workaroud of maakbaas/esp8266-iot-f…
Browse files Browse the repository at this point in the history
…ramework#168"

This reverts commit 0f824c3.
  • Loading branch information
pfichtner committed Dec 13, 2023
1 parent 9340ce2 commit ce597e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform-io-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform-io-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit ce597e3

Please sign in to comment.