From 07736dc3d29e228f4ebe7034ff157d050701b25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Barnab=C3=A1=20Silva?= Date: Mon, 20 Oct 2025 22:38:12 -0300 Subject: [PATCH] ci: use APFS for macOS TMPDIR --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10c076747..71d0577de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -822,7 +822,7 @@ macos-arm64: TMPDIR: /Volumes/RAM before_script: - bash .gitlab-ci/show-execution-environment.sh - - diskutil erasevolume HFS+ "RAM" $(diskutil image attach ram://1GiB) + - diskutil erasevolume APFS "RAM" $(diskutil image attach ram://1GiB) - python3 -m venv .venv - ln -s /opt/ccache/ccache .venv/bin - source .venv/bin/activate