From 7b40eba9b7afd6a8efd8b886e29383e5f1740e22 Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Sat, 3 Aug 2024 10:25:52 +0200 Subject: [PATCH] chore: Remove swap space configuration from macOS alpha build workflow --- .github/workflows/macos-alpha-build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/macos-alpha-build.yml b/.github/workflows/macos-alpha-build.yml index 1e6be092d..b8da2fc5e 100644 --- a/.github/workflows/macos-alpha-build.yml +++ b/.github/workflows/macos-alpha-build.yml @@ -30,13 +30,6 @@ jobs: with: python-version: '3.11' - # Give the runner some swap space in an attempt to stop gkrust from crashing the build - - name: Set Swap Space - uses: pierotofy/set-swap-space@v1.0 - if: ${{ matrix.arch == 'x64' }} - with: - swap-size-gb: 6 - - uses: actions/checkout@v4 - name: Setup git