Skip to content

Commit acc840f

Browse files
committed
Temporarily disable x86_64 macOS
Upstream rustc broke it when turning it into a tier 2 target
1 parent 8c3a60c commit acc840f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,10 @@ jobs:
5656
- os: ubuntu-24.04-arm
5757
env:
5858
TARGET_TRIPLE: aarch64-unknown-linux-gnu
59-
- os: macos-13
60-
env:
61-
TARGET_TRIPLE: x86_64-apple-darwin
59+
# FIXME(rust-lang/rust#145699)
60+
#- os: macos-13
61+
# env:
62+
# TARGET_TRIPLE: x86_64-apple-darwin
6263
- os: macos-latest
6364
env:
6465
TARGET_TRIPLE: aarch64-apple-darwin
@@ -187,9 +188,10 @@ jobs:
187188
- os: ubuntu-24.04-arm
188189
env:
189190
TARGET_TRIPLE: aarch64-unknown-linux-gnu
190-
- os: macos-13
191-
env:
192-
TARGET_TRIPLE: x86_64-apple-darwin
191+
# FIXME(rust-lang/rust#145699)
192+
#- os: macos-13
193+
# env:
194+
# TARGET_TRIPLE: x86_64-apple-darwin
193195
- os: macos-latest
194196
env:
195197
TARGET_TRIPLE: aarch64-apple-darwin

0 commit comments

Comments
 (0)