diff --git a/.github/workflows/test-indicators-ci.yml b/.github/workflows/test-indicators-ci.yml index 8982193f..c4aad2f3 100644 --- a/.github/workflows/test-indicators-ci.yml +++ b/.github/workflows/test-indicators-ci.yml @@ -17,7 +17,7 @@ jobs: dotnet-version: ["6.x", "8.x"] runs-on: ${{ matrix.os }} - name: Py ${{ matrix.python-version }} | .NET ${{ matrix.dotnet-version }} [${{ matrix.os }}] + name: "Py${{ matrix.python-version }}|.NET${{ matrix.dotnet-version }}»${{ matrix.os }}" env: diff --git a/.github/workflows/test-indicators-full.yml b/.github/workflows/test-indicators-full.yml index df27a517..82512a52 100644 --- a/.github/workflows/test-indicators-full.yml +++ b/.github/workflows/test-indicators-full.yml @@ -18,7 +18,7 @@ jobs: dotnet-version: ["6.x", "7.x", "8.x"] runs-on: ${{ matrix.os }} - name: Py ${{ matrix.python-version }} | .NET ${{ matrix.dotnet-version }} [${{ matrix.os }}] + name: "Py${{ matrix.python-version }}|.NET${{ matrix.dotnet-version }}»${{ matrix.os }}" env: diff --git a/.github/workflows/test-indicators-locale.yml b/.github/workflows/test-indicators-locale.yml index 76f692a9..1933e509 100644 --- a/.github/workflows/test-indicators-locale.yml +++ b/.github/workflows/test-indicators-locale.yml @@ -16,15 +16,15 @@ jobs: strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] #, macos-latest locale: [ - 'fr_FR.UTF-8', # Uses comma as decimal separator - 'de_DE.UTF-8', # Uses comma as decimal, dot as thousands + # 'fr_FR.UTF-8', # Uses comma as decimal separator + # 'de_DE.UTF-8', # Uses comma as decimal, dot as thousands 'ru_RU.UTF-8' # Uses comma as decimal, space as thousands ] python-version: ['3.12'] - name: "${{ matrix.locale }} | Py ${{ matrix.python-version }} [${{ matrix.os }}]" + name: "Py${{ matrix.python-version }}|${{ matrix.locale }}»${{ matrix.os }}" runs-on: ${{ matrix.os }} env: