From: Marc Fehling Date: Tue, 25 Feb 2025 18:09:32 +0000 (+0100) Subject: Include OS version in Windows job name. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cb89d83714eaaa561173e381b2f3b9b9c800fa4;p=dealii.git Include OS version in Windows job name. --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 699e805a6c..35caa8ac63 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,8 +25,8 @@ env: jobs: windows-serial: # Serial build on Windows - # - name: Windows Serial + + name: ${{ matrix.os }} serial runs-on: ${{ matrix.os }} #