Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s0s01qp committed Jul 21, 2021
1 parent 6466ef7 commit f47c1ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.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, 1.16.x]
platform: [ubuntu-latest, macos-latest]
platform: [macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

finish:
name: Finish
runs-on: ubuntu-latest
runs-on: macos-latest
needs: [test]
steps:
- name: Sending coverage finished
Expand All @@ -50,7 +50,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-latest
runs-on: macos-latest
needs: [test]
steps:
- name: Set up Go 1.x
Expand Down

0 comments on commit f47c1ef

Please sign in to comment.