From ad4afc0343bad3715e1c675a476dcc557c9717b8 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Fri, 21 Jan 2022 12:10:45 -0800 Subject: [PATCH] Update to latest os for build and test Signed-off-by: Derek McGowan --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 858695c..a1bf741 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-18.04, macos-10.15] + os: [ubuntu-latest, macos-latest, windows-latest] name: ${{ matrix.os }} runs-on: ${{ matrix.os }} timeout-minutes: 5 @@ -84,11 +84,7 @@ jobs: - name: Test working-directory: src/github.com/containerd/ttrpc run: | - go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - - - name: Codecov - run: bash <(curl -s https://codecov.io/bash) - working-directory: src/github.com/containerd/ttrpc + go test -v -race ./... # # Run Protobuild