From 9cad8a1269a20db92af06893ea0574fa53ed23aa Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Fri, 18 Oct 2024 11:44:17 +0200 Subject: [PATCH] Pinning Windows runner to 2022 and upgrading Ubuntu to 24.04 --- .github/workflows/test-analysis-failure.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-analysis-failure.yml b/.github/workflows/test-analysis-failure.yml index 2e9a4b0..2264d26 100644 --- a/.github/workflows/test-analysis-failure.yml +++ b/.github/workflows/test-analysis-failure.yml @@ -12,7 +12,7 @@ jobs: name: Test Analysis Failure - NuGet PackageReference uses: Lombiq/GitHub-Actions/.github/workflows/test-analysis-failure.yml@dev with: - machine-types: "['ubuntu-latest', 'windows-latest']" + machine-types: "['ubuntu-24.04', 'windows-2022']" build-directory: TestSolutions/Lombiq.Analyzers.PackageReference timeout-minutes: 30 build-expected-code-analysis-errors: | @@ -25,7 +25,7 @@ jobs: name: Test Analysis Failure - Local ProjectReference uses: Lombiq/GitHub-Actions/.github/workflows/test-analysis-failure.yml@dev with: - machine-types: "['ubuntu-latest', 'windows-latest']" + machine-types: "['ubuntu-24.04', 'windows-2022']" build-directory: TestSolutions/Lombiq.Analyzers.ProjectReference timeout-minutes: 30 build-expected-code-analysis-errors: |