fix(cicd): move back to ubuntu-latest as full ubuntu is not needed
Some checks failed
StyLua / StyLuacheck (push) Failing after 3m6s

This commit is contained in:
Jiří Štefka 2023-10-04 08:46:28 +02:00
parent 634b1c2964
commit a39b81f4b9
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE
2 changed files with 2 additions and 2 deletions

@ -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