1
0
Fork 0

GitHub Actions: better build job names

timestamps
dump_stack() 2020-01-05 07:21:39 +00:00
parent f93f4e7072
commit a6b81a3a24
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on: [push]
jobs:
build:
name: Build on macOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
build:
name: Build
name: Build on Ubuntu
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1