From 8e369f99bd275e77cc6174ca638a9ea1530e0b3c Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 14 Oct 2024 17:59:22 +0200 Subject: [PATCH] Update lint-rust.yml --- .github/workflows/lint-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-rust.yml b/.github/workflows/lint-rust.yml index 39cc37fe..d9e0c50c 100644 --- a/.github/workflows/lint-rust.yml +++ b/.github/workflows/lint-rust.yml @@ -126,7 +126,7 @@ jobs: clippy: needs: changes if: ${{ needs.changes.outputs.packages != '[]' && needs.changes.outputs.packages != '' }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: