From d3e84cbc4c0d35b7b93bc9bdde19932ac244e969 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Fri, 26 Jul 2024 13:47:22 +0800 Subject: [PATCH] ci --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ecc8b535..1c1abb91 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,8 +14,8 @@ jobs: test: strategy: matrix: - # os: [macos-latest, ubuntu-latest] - os: [macos-latest] + os: [macos-latest, ubuntu-latest] + # os: [macos-latest] llvm: [18] runs-on: ${{ matrix.os }} steps: