github: fix job names.

Change-Id: I26e77b4677bfcb0537d0dbf99472594765f3954e
Reviewed-on: https://code.wireshark.org/review/36595
Reviewed-by: Jaap Keuter <jaap.keuter@xs4all.nl>
This commit is contained in:
Dario Lombardo 2020-03-26 23:02:04 +01:00 committed by Jaap Keuter
parent 560836f0e5
commit 39ee56ec33
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ name: Build MacOS
on: [push]
jobs:
windows:
macos:
name: Build & Test
runs-on: macos-latest
steps:

View File

@ -3,7 +3,7 @@ name: Build Ubuntu
on: [push]
jobs:
windows:
ubuntu:
name: Build & Test
runs-on: ubuntu-latest
steps: