fix(ci): change base image
Some checks failed
Pull request: build & lint / build (pull_request) Failing after 37s

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

View file

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

View file

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