From cab2fbd140f7b4cb82eff538cb8b8080f5adbae7 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Tue, 19 Aug 2025 08:58:18 +0200 Subject: [PATCH] Test switching `windows-latest` to `windows-2025` --- .github/workflows/csharp-qltest.yml | 2 +- .github/workflows/ql-for-ql-tests.yml | 2 +- .github/workflows/ruby-build.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/csharp-qltest.yml b/.github/workflows/csharp-qltest.yml index ef0b93c50c81..6ed67ee3a150 100644 --- a/.github/workflows/csharp-qltest.yml +++ b/.github/workflows/csharp-qltest.yml @@ -36,7 +36,7 @@ jobs: unit-tests: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-2025] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/ql-for-ql-tests.yml b/.github/workflows/ql-for-ql-tests.yml index 4502dded53f4..b7311c60c32f 100644 --- a/.github/workflows/ql-for-ql-tests.yml +++ b/.github/workflows/ql-for-ql-tests.yml @@ -60,7 +60,7 @@ jobs: other-os: strategy: matrix: - os: [macos-latest, windows-latest] + os: [macos-latest, windows-2025] needs: [qltest] runs-on: ${{ matrix.os }} steps: diff --git a/.github/workflows/ruby-build.yml b/.github/workflows/ruby-build.yml index 343e896151c2..cc417105a7e6 100644 --- a/.github/workflows/ruby-build.yml +++ b/.github/workflows/ruby-build.yml @@ -42,7 +42,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-2025] runs-on: ${{ matrix.os }} @@ -157,7 +157,7 @@ jobs: path: ruby/linux64 - uses: actions/download-artifact@v4 with: - name: extractor-windows-latest + name: extractor-windows-2025 path: ruby/win64 - uses: actions/download-artifact@v4 with: @@ -204,7 +204,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-2025] runs-on: ${{ matrix.os }} needs: [package]