aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-08-31 18:07:57 +0200
committerBjørn Erik Pedersen <[email protected]>2024-08-31 21:05:58 +0200
commit96afea4acc7ca8cdfce460127b8ae17e303c77c0 (patch)
tree229e2fd9a16c95083928c6afea95ebb091dafb78 /.github/workflows
parent6d97ee711e834ad4a0d2aca44fafb042008a8429 (diff)
downloadhugo-96afea4acc7ca8cdfce460127b8ae17e303c77c0.tar.gz
hugo-96afea4acc7ca8cdfce460127b8ae17e303c77c0.zip
github: Try to fix "no space left on device" on MacOS
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 120262098..b513863c5 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -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'