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: