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: |