diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-10-17 18:20:53 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-10-17 18:22:38 +0200 |
commit | d50d5182402a01bf45cc05f199468fdb030ea9dd (patch) | |
tree | 77255d9c97778815141d4ea9e203f6ba35729e97 | |
parent | 4357b2db2992a0e44b8e09453b41a7a53be7b746 (diff) | |
download | ghdl-d50d5182402a01bf45cc05f199468fdb030ea9dd.tar.gz ghdl-d50d5182402a01bf45cc05f199468fdb030ea9dd.tar.bz2 ghdl-d50d5182402a01bf45cc05f199468fdb030ea9dd.zip |
ci: cleanup job names
-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: |