Skip to content

Commit

Permalink
Revert "workflow: enable macOS in CI (#280)" (#286)
Browse files Browse the repository at this point in the history
This reverts commit 02f83aa.
  • Loading branch information
gaocegege committed Jun 12, 2022
1 parent 02f83aa commit ef3886c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,7 @@ jobs:
version: v1.46.2
test:
name: test
strategy:
matrix:
os: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && [ubuntu-latest, macos-latest] || [ubuntu-latest] }}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
GOPATH: ${{ github.workspace }}/go
defaults:
Expand Down Expand Up @@ -106,10 +103,7 @@ jobs:
# parallel: true
build:
name: build
strategy:
matrix:
os: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') && [ubuntu-latest, macos-latest] || [ubuntu-latest] }}
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
env:
GOPATH: ${{ github.workspace }}/go
defaults:
Expand Down

0 comments on commit ef3886c

Please sign in to comment.