From 1cf57508b047b6074a98816b4f9e9c226ecc33d1 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Thu, 18 Jul 2024 07:25:02 +0800 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6dd164cb..ecc8b535 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,8 @@ jobs: test: strategy: matrix: - os: [macos-latest, ubuntu-latest] + # os: [macos-latest, ubuntu-latest] + os: [macos-latest] llvm: [18] runs-on: ${{ matrix.os }} steps: