fix(ci/cd): Move to full ubuntu image

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
.gitea/workflows

View file

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

View file

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