fix(ci): change base image

This commit is contained in:
Thomas Maurice 2024-02-20 18:31:06 +01:00
parent e3eae860f6
commit fd71643559
Signed by: thomas
GPG key ID: 1D577F50583032A6
2 changed files with 2 additions and 2 deletions
.gitea/workflows

View file

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with: