From d37b02af03441bf9684f8edc79dcbdca5c21542b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 27 Mar 2026 17:46:14 +0100 Subject: [PATCH] CI: temporary disable macos for testing --- .github/workflows/test-build.yml | 3 ++- .github/workflows/test-sanitizers.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 5e990d0a5..30b98c9b4 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -114,7 +114,8 @@ jobs: CC: clang strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] + #os: [ubuntu-latest, macos-latest] fail-fast: false steps: - name: Checkout Yosys diff --git a/.github/workflows/test-sanitizers.yml b/.github/workflows/test-sanitizers.yml index 6f3c10903..562a87f76 100644 --- a/.github/workflows/test-sanitizers.yml +++ b/.github/workflows/test-sanitizers.yml @@ -42,7 +42,8 @@ jobs: UBSAN_OPTIONS: halt_on_error=1 strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] + #os: [ubuntu-latest, macos-latest] sanitizer: ['undefined,address'] fail-fast: false steps: