spank-olm

WIP Do not look
git clone git://archive.git.mtrnord.blog/MTRNord/spank-olm.git
Log | Files | Refs | README | LICENSE

commit 5784c16682a9b9283ee6ebb95de681ff6e30911f
parent 8c67397e4bbf9cca420a50ab5bb138f30abb6e28
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 14 Apr 2025 18:53:08 +0200

Disable macos build for now

Diffstat:
M.github/workflows/ci.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: os: ubuntu-latest build: { cc: gcc-14, cxx: g++-14, linker: ld } - - name: "macOS arm64 (latest) - Xcode" - os: macos-latest - build: { cc: clang, cxx: clang++, linker: ld.lld } + #- name: "macOS arm64 (latest) - Xcode" + # os: macos-latest + # build: { cc: clang, cxx: clang++, linker: ld.lld } env: CC: ${{ matrix.build.cc }}