mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 05:17:40 -07:00
Unify/simplify actions naming
This commit is contained in:
parent
eac4d67903
commit
d89536e925
2
.github/workflows/build-appimage.yml
vendored
2
.github/workflows/build-appimage.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CMake Build (AppImage x86-64)
|
||||
name: AppImage
|
||||
|
||||
on:
|
||||
push:
|
||||
|
8
.github/workflows/build-macos.yml
vendored
8
.github/workflows/build-macos.yml
vendored
@ -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:
|
||||
@ -81,4 +81,4 @@ jobs:
|
||||
failOnError: false
|
||||
name: |
|
||||
macOS-x86_64
|
||||
macOS-arm64
|
||||
macOS-arm64
|
||||
|
3
.github/workflows/build-ubuntu-aarch64.yml
vendored
3
.github/workflows/build-ubuntu-aarch64.yml
vendored
@ -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
|
||||
|
||||
|
3
.github/workflows/build-ubuntu.yml
vendored
3
.github/workflows/build-ubuntu.yml
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CMake Build (Windows x86-64)
|
||||
name: Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
|
Loading…
Reference in New Issue
Block a user