From 784f995f34f1756b5bf8cb99bc5254603ae0c64c Mon Sep 17 00:00:00 2001 From: Antoine Date: Sat, 28 Sep 2024 15:35:30 +0200 Subject: [PATCH] Run CI on intel macos --- .github/workflows/ci.yml | 7 +++++-- README.md | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ae698e..0933d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,9 +21,12 @@ jobs: - zig-version: "master" os: ubuntu-latest build-options: "" + #- zig-version: "master" + # os: macos-latest # Apple Silicon (M1) + # build-options: "-Ddisable-ssl" - zig-version: "master" - os: macos-latest - build-options: "-Ddisable-ssl -Ddisable-zstd" + os: macos-13 # Intel macOS + build-options: "-Ddisable-ssl" runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index 0f5e3b3..3398eed 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ Provides a package to be used by the zig package manager for C programs. | Architecture \ OS | Linux | MacOS | |:------------------|:------|-------------------| -| x86_64 | ✅ | ? | -| arm 64 | ❌ | ☑️ `-Ddisable-ssl` | +| x86_64 | ✅ | ☑️ `-Ddisable-ssl` | +| arm 64 | __?__ | ☑️ `-Ddisable-ssl` | Optional dependencies used by default: - openssl