fixing small CI mistakes

This commit is contained in:
2026-01-09 21:53:22 +01:00
parent fd8beaaf17
commit 519b273a20
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: Linux Meson
name: Linux (meson)
on:
repository_dispatch:

View File

@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [macOS-latest]
arch: [x86_64]
arch: [x86_64, arm]
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'ci skip')"

View File

@@ -1,4 +1,4 @@
name: MacOS Meson
name: macOS (meson)
on:
repository_dispatch: