We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf97ab commit e66a4baCopy full SHA for e66a4ba
.github/scripts/matrices.py
@@ -71,7 +71,7 @@ def __init__(
71
t_linux_arm = Target(
72
"depot-ubuntu-24.04-arm-8", "aarch64-unknown-linux-gnu", "linux-aarch64"
73
)
74
-t_macos = Target("depot-macos-latest-8", "aarch64-apple-darwin", "macosx-aarch64")
+t_macos = Target("depot-macos-latest", "aarch64-apple-darwin", "macosx-aarch64")
75
t_windows = Target("depot-windows-latest-8", "x86_64-pc-windows-msvc", "windows-amd64")
76
targets = (
77
[t_linux_x86, t_windows]
0 commit comments