Skip to content

Commit 6118ef3

Browse files
committed
Run CI on Macos again as well. Since otool is no longer used the OOM should be gone.
1 parent c256c81 commit 6118ef3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,8 @@ jobs:
138138
norun: true
139139
- target: aarch64-unknown-linux-gnu
140140
os: ubuntu-latest
141-
# Temporarily disabled because otool crashes with "Out of memory", seems Github CI issue
142-
#- target: x86_64-apple-darwin
143-
# os: macos-latest
141+
- target: x86_64-apple-darwin
142+
os: macos-latest
144143
- target: x86_64-pc-windows-msvc
145144
os: windows-latest
146145
- target: i686-pc-windows-msvc

0 commit comments

Comments
 (0)