1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-07-04 12:03:41 +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: matrix:
os: [ linux, freebsd ] os: [ linux, freebsd ]
arch: [ 386, amd64, arm, arm64 ] arch: [ 386, amd64, arm, arm64 ]
name: Crosscompile - ${{matrix.os}}-${{matrix.arch}} name: ${{matrix.os}} (${{matrix.arch}})
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4