From d166bf4098d0e67f02aba6237a389599c3a09dc5 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Thu, 12 Jun 2025 11:54:54 +0200 Subject: [PATCH] Disable windows-2025 for the moment. --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 20f0ffb425..63727e0955 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-2022, windows-2025] + os: [windows-2022] steps: - uses: actions/checkout@v4 @@ -66,7 +66,7 @@ jobs: ctest --test-dir build --build-config Debug --extra-verbose - name: upload library # run only if a PR is merged into master - if: ${{ github.ref == 'refs/heads/master' && matrix.os == 'windows-2025' }} + if: ${{ github.ref == 'refs/heads/master' && matrix.os == 'windows-2022' }} uses: actions/upload-artifact@v4 with: name: dealii-${{ matrix.os }} -- 2.39.5