fix(ci/cd): Move to full ubuntu image
Some checks failed
Luacheck / Luacheck (push) Failing after 4s
StyLua / StyLuacheck (push) Failing after 4s

This commit is contained in:
Jiří Štefka 2023-10-04 08:36:40 +02:00
parent 7f352b9733
commit 458af12abf
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-latest
runs-on: ubuntu-full-latest
steps:
- name: Checkout
uses: actions/checkout@v3

@ -2,7 +2,7 @@ name: StyLua
on: [push, pull_request]
jobs:
StyLuacheck:
runs-on: ubuntu-latest
runs-on: ubuntu-full-latest
steps:
- name: Checkout
uses: actions/checkout@v3