Skip to content

Commit e437bf2

Browse files
committed
don't test macos 13
1 parent a49ae05 commit e437bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals/test-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
// test os (macos-13, macos-14, macos-15, ubuntu-latest, windows-latest are available)
2525
$test_os = [
26-
'macos-13', // bin/spc for x86_64
26+
// 'macos-13', // bin/spc for x86_64
2727
// 'macos-14', // bin/spc for arm64
2828
'macos-15', // bin/spc for arm64
2929
'ubuntu-latest', // bin/spc-alpine-docker for x86_64

0 commit comments

Comments
 (0)