From: tobtoht Date: Sun, 3 Nov 2024 18:55:34 +0000 (+0100) Subject: ci: use explicit ubuntu version X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=6fe43167a9a77bf195ac16c1eb290bd82fd8a058;p=gamesguru%2Ffeather.git ci: use explicit ubuntu version --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f355668a..34f95790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build-ubuntu-without-scanner: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 with: