fixing CI
Some checks failed
MacOS / build (macos-x86_64) (push) Failing after 38s
Linux / build (x86_64, ubuntu-latest) (push) Failing after 52s

This commit is contained in:
2026-01-11 12:34:34 +01:00
parent 422560a028
commit 3a9592bbd3

View File

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