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