Skip to content

Commit e66a4ba

Browse files
committed
ci: rm cores from depot macos runner
1 parent adf97ab commit e66a4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/matrices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __init__(
7171
t_linux_arm = Target(
7272
"depot-ubuntu-24.04-arm-8", "aarch64-unknown-linux-gnu", "linux-aarch64"
7373
)
74-
t_macos = Target("depot-macos-latest-8", "aarch64-apple-darwin", "macosx-aarch64")
74+
t_macos = Target("depot-macos-latest", "aarch64-apple-darwin", "macosx-aarch64")
7575
t_windows = Target("depot-windows-latest-8", "x86_64-pc-windows-msvc", "windows-amd64")
7676
targets = (
7777
[t_linux_x86, t_windows]

0 commit comments

Comments
 (0)