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 e827214 commit 67d3e6aCopy full SHA for 67d3e6a
.github/workflows/main.yml
@@ -90,7 +90,7 @@ jobs:
90
- thumbv7em-none-eabihf
91
92
# macOS targets
93
- - x86_64-apple-darwin
+ #- x86_64-apple-darwin
94
# FIXME: gh-actions build environment doesn't have linker support
95
# - i686-apple-darwin
96
@@ -134,8 +134,9 @@ jobs:
134
# os: ubuntu-latest
135
- target: aarch64-unknown-linux-gnu
136
os: ubuntu-latest
137
- - target: x86_64-apple-darwin
138
- os: macos-latest
+ # Temporarily disabled because otool crashes with "Out of memory", seems Github CI issue
+ #- target: x86_64-apple-darwin
139
+ # os: macos-latest
140
- target: x86_64-pc-windows-msvc
141
os: windows-latest
142
- target: i686-pc-windows-msvc
0 commit comments