Skip to content

Commit

Permalink
workflow: remove macos-latest platform from test-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
KevFan committed Oct 11, 2023
1 parent ca8cb94 commit 8ff65c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
matrix:
go-version: [1.19.x]
platform: [ ubuntu-latest, macos-latest ]
platform: [ ubuntu-latest ]
runs-on: ${{ matrix.platform }}
defaults:
run:
Expand Down

0 comments on commit 8ff65c9

Please sign in to comment.