From 30cc93acc9a43b87e6b6f50b2c59fa2f014c2bde Mon Sep 17 00:00:00 2001 From: appleboy Date: Fri, 30 Aug 2024 20:36:00 +0800 Subject: [PATCH] ci: refactor Go workflow for improved cross-platform support - Remove macOS specific configuration from the Go workflow - Simplify the caching setup for Go builds Signed-off-by: appleboy --- .github/workflows/go.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e6290fb..c9acde7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,8 +34,6 @@ jobs: include: - os: ubuntu-latest go-build: ~/.cache/go-build - - os: macos-latest - go-build: ~/Library/Caches/go-build name: ${{ matrix.os }} @ Go ${{ matrix.go }} runs-on: ${{ matrix.os }} env: