github: Try to fix "no space left on device" on MacOS

This commit is contained in:
Bjørn Erik Pedersen
2024-08-31 18:07:57 +02:00
parent 6bde2a5f88
commit 56d3114199
2 changed files with 14 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
go-version: [1.22.x, 1.23.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest] # macos disabled for now because of disk space issues.
runs-on: ${{ matrix.os }}
steps:
- if: matrix.os == 'ubuntu-latest'