From e437bf2ffe775b0e3e4f1dd71c91456401cd4e62 Mon Sep 17 00:00:00 2001 From: henderkes Date: Mon, 6 Oct 2025 21:05:05 +0200 Subject: [PATCH] don't test macos 13 --- src/globals/test-extensions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/globals/test-extensions.php b/src/globals/test-extensions.php index 764cfc7d..d0c459d2 100644 --- a/src/globals/test-extensions.php +++ b/src/globals/test-extensions.php @@ -23,7 +23,7 @@ $test_php_version = [ // test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available) $test_os = [ - 'macos-13', // bin/spc for x86_64 + // 'macos-13', // bin/spc for x86_64 // 'macos-14', // bin/spc for arm64 'macos-15', // bin/spc for arm64 'ubuntu-latest', // bin/spc-alpine-docker for x86_64