Rename workflows for consistency

This commit is contained in:
Roger A. Light 2026-05-18 15:31:02 +01:00
parent 2697c63199
commit 45a1c97724
No known key found for this signature in database
GPG key ID: 779B22DFB3E717B7
5 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
name: ASAN
name: Linux - ASAN
on:
workflow_dispatch:

View file

@ -1,4 +1,4 @@
name: Mosquitto - Build variants
name: Linux - Build variants
on:
push:

View file

@ -1,4 +1,4 @@
name: Mosquitto - CMake
name: Linux
on:
workflow_dispatch:

View file

@ -1,4 +1,4 @@
name: Mac OS build
name: Mac OS
on:
workflow_dispatch:
@ -22,7 +22,7 @@ env:
BUILD_TYPE: Release
jobs:
mosquitto:
build:
runs-on: macos-latest
steps:

View file

@ -1,4 +1,4 @@
name: Windows build
name: Windows
on:
workflow_dispatch:
@ -23,7 +23,7 @@ env:
jobs:
mosquitto:
build:
runs-on: windows-2022
strategy: