Skip to content

Commit

Permalink
disable mac (see: actions/runner-images#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakesylvestre committed Mar 4, 2021
1 parent e8a0e9c commit 0a9db4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down

0 comments on commit 0a9db4d

Please sign in to comment.