1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

.github/workflows/devbuild.yaml: update names

This commit is contained in:
Henrik Hautakoski 2024-07-25 12:21:53 +02:00
parent ec874430c3
commit e038be5324

View file

@ -11,7 +11,7 @@ jobs:
matrix:
os: [ linux, freebsd ]
arch: [ 386, amd64, arm, arm64 ]
name: Crosscompile - ${{matrix.os}}-${{matrix.arch}}
name: ${{matrix.os}} (${{matrix.arch}})
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4