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 f930a77 commit 3636d14Copy full SHA for 3636d14
.github/workflows/_test-binaries.yml
@@ -24,12 +24,13 @@ jobs:
24
- target: x86_64-unknown-linux-gnu
25
os: ubuntu-latest
26
27
- - target: aarch64-apple-darwin
28
- os: macos-latest
29
-
30
- - target: x86_64-apple-darwin
31
- # Target macos-latest uses Mac with ARM, macos-14-large is still on Intel
32
- os: macos-14-large
+# TODO restore smoke tests on macos
+# - target: aarch64-apple-darwin
+# os: macos-latest
+#
+# - target: x86_64-apple-darwin
+# # Target macos-latest uses Mac with ARM, macos-14-large is still on Intel
33
+# os: macos-14-large
34
35
steps:
36
- uses: actions/checkout@v4
0 commit comments