From 121bc6ceb232effd98a85a5fec357181be8ff01e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 8 Jun 2026 12:12:50 +0200 Subject: [PATCH] ci: Re-add macos-latest to the test matrix I suspect there will be some disk space issue, but let's try. --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 425cc5be5..383b02f56 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: go-version: [1.26.x] - os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues. + os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - if: matrix.os == 'ubuntu-latest' @@ -39,9 +39,6 @@ jobs: go-version: ${{ matrix.go-version }} check-latest: true cache: true - cache-dependency-path: | - **/go.sum - **/go.mod - name: Install Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: