From 673790193a8e8e44088e781c239a491b2829cd8f Mon Sep 17 00:00:00 2001 From: Su Yang Date: Thu, 28 Mar 2024 19:22:45 +0800 Subject: [PATCH] ci: go1.22 not supported by macOS --- .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 4f1924b..623066b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,8 +34,8 @@ jobs: include: - os: ubuntu-latest go-build: ~/.cache/go-build - - os: macos-latest - go-build: ~/Library/Caches/go-build + # - os: macos-latest + # go-build: ~/Library/Caches/go-build name: ${{ matrix.os }} @ Go ${{ matrix.go }} runs-on: ${{ matrix.os }} env: