Skip to content

Commit fc41e8f

Browse files
authored
Fix
1 parent 5b87184 commit fc41e8f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,13 +213,11 @@ jobs:
213213
${{ matrix.micromamba_shell_init }}
214214
environment-name: xeus-cpp-wasm-build
215215

216-
- name: install timeout (maxos)
216+
- name: install timeout (macos)
217217
if: ${{ runner.os != 'windows' }}
218218
run: |
219219
os="${{ matrix.os }}"
220220
if [[ "${os}" == "macos"* ]]; then
221-
echo "ncpus=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV
222-
else
223221
brew install --cask time-out
224222
fi
225223

0 commit comments

Comments
 (0)