Skip to content

Commit

Permalink
ci: go1.22 not supported by macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
soulteary committed Mar 28, 2024
1 parent 396efbd commit 6737901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6737901

Please sign in to comment.