From 5776ebd40af614607621f91367e96cc2fbfb85ba Mon Sep 17 00:00:00 2001 From: Vitaly Date: Thu, 9 Jan 2025 09:33:59 +0100 Subject: [PATCH] Fixed CI builds by switching to the previous versions of runners. --- .github/workflows/codeql.yml | 2 +- .github/workflows/linux.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f1454a4..d576999 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ on: jobs: analyze: name: Analyze with CodeQL - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: actions: read contents: read diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 590c25e..d7fa5a4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -17,7 +17,7 @@ on: jobs: build: name: Build project using Mono - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Fetching sources uses: actions/checkout@v4