diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8e1c4c..3c5cad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,10 +7,9 @@ on: jobs: build: name: Build - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: - os: [ubuntu-latest, macos-latest] go: ['1.18', '1.19', '1.20', '1.21', '1.22'] env: VERBOSE: 1