Skip to content

Commit

Permalink
chore: remove macos ci (#404)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Jul 2, 2021
1 parent d519190 commit d3dea0c
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ jobs:
lint:
name: Lint
timeout-minutes: 20
strategy:
matrix:
platform:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -31,12 +26,7 @@ jobs:
test:
name: Test
timeout-minutes: 20
strategy:
matrix:
platform:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
Expand All @@ -59,13 +49,8 @@ jobs:
build:
name: Build
timeout-minutes: 20
strategy:
matrix:
platform:
- ubuntu-latest
- macos-latest
runs-on: ubuntu-latest
needs: [lint, test]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go
uses: actions/setup-go@v2
Expand Down

0 comments on commit d3dea0c

Please sign in to comment.