Skip to content

Commit 87b8c76

Browse files
committed
Run CI on Macos (Big Sur) again. Since otool is no longer used the OOM should be gone.
1 parent 0cc4f0b commit 87b8c76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
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-11
144143
- target: x86_64-pc-windows-msvc
145144
os: windows-latest
146145
- target: i686-pc-windows-msvc

0 commit comments

Comments
 (0)