From 4b7ca648c636c4422df645bc540234ae79b24d26 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersen Date: Sun, 11 May 2025 19:23:28 +0200 Subject: [PATCH] Update ci-ifcopenshell-conda-daily.yml try to get even more space on ubuntu ci runner --- .github/workflows/ci-ifcopenshell-conda-daily.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-ifcopenshell-conda-daily.yml b/.github/workflows/ci-ifcopenshell-conda-daily.yml index 32135a6e7b..2a4134f47d 100644 --- a/.github/workflows/ci-ifcopenshell-conda-daily.yml +++ b/.github/workflows/ci-ifcopenshell-conda-daily.yml @@ -58,12 +58,10 @@ jobs: { name: macOS-x86, distver: macos-13, pkg_dir: 'osx-64' } ] steps: - - name: Set up swap space + - name: Maximize build space if: runner.os == 'Linux' - uses: pierotofy/set-swap-space@v1.0 - with: - swap-size-gb: 10 - + uses: easimon/maximize-build-space@master + - uses: actions/checkout@v4 with: submodules: recursive