Unify/simplify actions naming

This commit is contained in:
Nadia Holmquist Pedersen 2023-12-28 14:56:04 +01:00
parent eac4d67903
commit d89536e925
5 changed files with 10 additions and 8 deletions

View File

@ -1,4 +1,4 @@
name: CMake Build (AppImage x86-64)
name: AppImage
on:
push:

View File

@ -1,4 +1,4 @@
name: build-macos
name: macOS
on:
push:
@ -14,7 +14,7 @@ jobs:
matrix:
arch: [x86_64, arm64]
name: macOS ${{ matrix.arch }}
name: ${{ matrix.arch }}
runs-on: macos-13
steps:
- name: Check out sources
@ -45,7 +45,7 @@ jobs:
path: macOS-${{ matrix.arch }}.zip
universal-binary:
name: macOS universal binary
name: Universal binary
needs: [build-macos]
runs-on: macos-13
steps:

View File

@ -1,4 +1,4 @@
name: CMake Build (Ubuntu aarch64)
name: Ubuntu
on:
push:
@ -13,6 +13,7 @@ env:
jobs:
build:
name: aarch64
runs-on: ubuntu-20.04
container: ubuntu:20.04

View File

@ -1,4 +1,4 @@
name: CMake Build (Ubuntu x86-64)
name: Ubuntu
on:
push:
@ -10,6 +10,7 @@ on:
jobs:
build:
name: x86_64
runs-on: ubuntu-20.04

View File

@ -1,4 +1,4 @@
name: CMake Build (Windows x86-64)
name: Windows
on:
push: