From 5614b57fb31f89efb20478ebd4677b82b7879614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrzej=20Bartosi=C5=84ski?= Date: Tue, 10 Dec 2024 11:11:46 +0100 Subject: [PATCH] GHA tweaks --- .github/workflows/build-and-release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index bdc4c0579..10d64707e 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -15,7 +15,7 @@ env: jobs: static-code-analysis: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4 @@ -38,7 +38,7 @@ jobs: run: ruff check --no-cache --output-format github . check-compiled-requirements: - runs-on: arc-amd64-runners + runs-on: ubuntu-24.04 if: ${{ !contains(github.event.head_commit.message, '#notests') }} steps: - uses: actions/checkout@v4 @@ -73,7 +73,7 @@ jobs: matrix: include: - arch: amd64 - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 - arch: arm64 runs-on: gh-arm64-runners