OK, forgejo seems to ignore the runs-on?
Some checks reported warnings
Compile / Compile (push) Has been cancelled
Some checks reported warnings
Compile / Compile (push) Has been cancelled
This commit is contained in:
parent
0253052fe9
commit
242d26336a
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue