From: Marc Fehling Date: Thu, 12 Jun 2025 09:54:54 +0000 (+0200) Subject: Disable windows-2025 for the moment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d166bf4098d0e67f02aba6237a389599c3a09dc5;p=dealii.git Disable windows-2025 for the moment. --- 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 }}