Skip to content

Commit 0896d19

Browse files
remove macos for now
1 parent 222300a commit 0896d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ ubuntu-latest, windows-latest, 'macos-10.15' ]
17+
os: [ ubuntu-latest, windows-latest] # , 'macos-latest' ] disabled due to macos issues
1818
steps:
1919
- uses: actions/checkout@v2
2020
- name: Download workflow artifact

0 commit comments

Comments
 (0)