diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/Test.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 460ee6cbd..dbe14d29d 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -117,7 +117,7 @@ jobs: # gpl: - name: '馃毀馃殾馃惂 GPL 路 mcode' + name: '馃毀馃殾馃惂 GPL mcode' runs-on: ubuntu-latest steps: @@ -132,7 +132,7 @@ jobs: # lin: - name: '馃毀馃殾馃惂 Ubuntu ${{ matrix.os }} 路 ${{ matrix.backend }}' + name: '馃毀馃殾馃惂 Ubuntu ${{ matrix.os }} ${{ matrix.backend }}' runs-on: ubuntu-${{ matrix.os }}.04 strategy: @@ -168,7 +168,7 @@ jobs: # osx: - name: '馃毀馃殾馃崕 macOS ${{ matrix.os }} 路 ${{ matrix.backend }}' + name: '馃毀馃殾馃崕 macOS ${{ matrix.os }} ${{ matrix.backend }}' runs-on: 'macOS-${{ matrix.os }}' strategy: @@ -218,7 +218,7 @@ jobs: # win-msys2-build-package: - name: '馃毀${{ matrix.icon }} ${{ matrix.sys }} 路 ${{ matrix.pkg }}' + name: '馃毀${{ matrix.icon }} ${{ matrix.sys }} ${{ matrix.pkg }}' runs-on: windows-latest strategy: @@ -285,7 +285,7 @@ jobs: # win-msys2-test: - name: '馃殾${{ matrix.sys.icon }} ${{ matrix.sys.sys }} ${{ matrix.sys.pkg }} 路 ${{ matrix.suite }}' + name: '馃殾${{ matrix.sys.icon }} ${{ matrix.sys.sys }} ${{ matrix.sys.pkg }} ${{ matrix.suite }}' runs-on: windows-latest needs: @@ -351,7 +351,7 @@ jobs: # win-generate-standalone-zip: - name: '馃毀馃ァ${{ matrix.icon }} 路 ${{ matrix.sys }} mcode' + name: '馃毀馃ァ${{ matrix.icon }} ${{ matrix.sys }} mcode' runs-on: windows-latest needs: @@ -421,7 +421,7 @@ jobs: # win-cpython-msys2: - name: '馃殾馃悕${{ matrix.icon }} 路 ${{ matrix.sys }} ${{ matrix.pkg }}' + name: '馃殾馃悕${{ matrix.icon }} ${{ matrix.sys }} ${{ matrix.pkg }}' runs-on: windows-latest needs: |