Skip to content

Commit 3636d14

Browse files
committed
Disable smoke tests on macos
1 parent f930a77 commit 3636d14

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/_test-binaries.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ jobs:
2424
- target: x86_64-unknown-linux-gnu
2525
os: ubuntu-latest
2626

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
27+
# TODO restore smoke tests on macos
28+
# - target: aarch64-apple-darwin
29+
# os: macos-latest
30+
#
31+
# - target: x86_64-apple-darwin
32+
# # Target macos-latest uses Mac with ARM, macos-14-large is still on Intel
33+
# os: macos-14-large
3334

3435
steps:
3536
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)