fix(cicd): move back to ubuntu-latest as full ubuntu is not needed
Some checks failed
StyLua / StyLuacheck (push) Failing after 3m6s
Some checks failed
StyLua / StyLuacheck (push) Failing after 3m6s
This commit is contained in:
parent
634b1c2964
commit
a39b81f4b9
@ -2,7 +2,7 @@ name: Luacheck
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
Luacheck:
|
||||
runs-on: ubuntu-full-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
@ -2,7 +2,7 @@ name: StyLua
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
StyLuacheck:
|
||||
runs-on: ubuntu-full-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user