From 3cf71919e8cd010e4ce78a6afa9453c196056d13 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 14 Oct 2024 17:58:45 +0200 Subject: [PATCH 1/2] ci: Run workflows on ubuntu 22.04 --- .github/workflows/test-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index 016e367349..3793160d22 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -168,7 +168,7 @@ jobs: } - { target: x86_64-unknown-linux-gnu, - os: ubuntu-latest, + os: ubuntu-22.04, runner: 'cargo', command: 'test' } From 8e369f99bd275e77cc6174ca638a9ea1530e0b3c Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 14 Oct 2024 17:59:22 +0200 Subject: [PATCH 2/2] 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 39cc37fea2..d9e0c50cbc 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: