Skip to content

Commit

Permalink
disable other platforms for test
Browse files Browse the repository at this point in the history
  • Loading branch information
binaek committed Jan 11, 2024
1 parent 6403a47 commit 87483a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
build_and_test:
name: Build and run tests
needs: golangci_lint
strategy:
matrix:
platform: [macos-latest, macos-latest-large, ubuntu-20.04]
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-20.04
steps:
- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 87483a1

Please sign in to comment.