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 8c3a60c commit acc840fCopy full SHA for acc840f
.github/workflows/main.yml
@@ -56,9 +56,10 @@ jobs:
56
- os: ubuntu-24.04-arm
57
env:
58
TARGET_TRIPLE: aarch64-unknown-linux-gnu
59
- - os: macos-13
60
- env:
61
- TARGET_TRIPLE: x86_64-apple-darwin
+ # FIXME(rust-lang/rust#145699)
+ #- os: macos-13
+ # env:
62
+ # TARGET_TRIPLE: x86_64-apple-darwin
63
- os: macos-latest
64
65
TARGET_TRIPLE: aarch64-apple-darwin
@@ -187,9 +188,10 @@ jobs:
187
188
189
190
191
192
193
194
195
196
197
0 commit comments