Skip to content

Commit d09cd4e

Browse files
committed
Fix runner os name
1 parent f395ecf commit d09cd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
ccov: OFF
245245
compiler: clang
246246

247-
name: "PHP-${{ matrix.php }}-${{ matrix.build_type }}-${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.arch }}"
247+
name: "PHP-${{ matrix.php }}-${{ matrix.build_type }}-${{ matrix.name }}-${{ matrix.compiler }}-${{ matrix.arch }}"
248248
runs-on: ${{ matrix.os }}
249249

250250
env:
@@ -348,7 +348,7 @@ jobs:
348348
- name: Upload Zephir Parser
349349
uses: actions/upload-artifact@v2
350350
with:
351-
name: zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-${{ runner.os }}-${{ matrix.compiler }}-${{ matrix.arch }}.zip
351+
name: zephir-parser-php-${{ matrix.php }}-${{ matrix.build_type }}-${{ matrix.name }}-${{ matrix.compiler }}-${{ matrix.arch }}.zip
352352
path: |
353353
${{ github.workspace }}/modules/*.so
354354

0 commit comments

Comments
 (0)