Skip to content

Commit f630357

Browse files
Make Golang Build (#311)
1 parent 0d460d8 commit f630357

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-golang.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
jobs:
1111
build-and-test-golang:
1212
name: Build, Test
13-
runs-on: ${{ matrix.os[0] }}
13+
runs-on: ${{ matrix.os }}
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
@@ -50,7 +50,7 @@ jobs:
5050
if: always()
5151
uses: actions/upload-artifact@v2
5252
with:
53-
name: Golang Unit Test Results (${{ matrix.os[0] }})
53+
name: Golang Unit Test Results (${{ matrix.os }})
5454
path: 'go/okapi/test_output*.xml'
5555

5656
publish-test-results-golang:

0 commit comments

Comments
 (0)