OK, forgejo seems to ignore the runs-on?
Some checks reported warnings
Compile / Compile (push) Has been cancelled

This commit is contained in:
Lewis Jackson 2023-05-30 20:04:35 +03:00
parent 0253052fe9
commit 242d26336a

View file

@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is compiling
on: [push]
jobs:
Compile:
runs-on: ubuntu-latest
runs-on: ubuntu:latest
steps:
- name: Setup PlatformIO
run: |