From a54c98c906ba497d6122c6f887f9d719a8c1fd3c Mon Sep 17 00:00:00 2001 From: Alexander Metzner Date: Sun, 14 Apr 2024 21:53:11 +0200 Subject: [PATCH] build: remove macos from build matrix (no plattform specific code) --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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