Skip to content

Commit

Permalink
chore(ci): remove macos from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelrubbioli committed Oct 3, 2022
1 parent ed2d166 commit 9b24be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest, windows-latest ]
steps:

- name: Set up Go 1.x
Expand Down

0 comments on commit 9b24be6

Please sign in to comment.