Skip to content

Commit

Permalink
ci: temporarily disable testing on macos-latest (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
agaffney authored Apr 10, 2024
1 parent fd26889 commit 32fb9ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
strategy:
matrix:
go-version: [1.21.x, 1.22.x]
platform: [ubuntu-latest, macos-latest]
# TODO: re-enable macos-latest when the repo is public
platform: [ubuntu-latest] #, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 32fb9ca

Please sign in to comment.