Skip to content

Commit

Permalink
add more debug commands on mac pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
charly-bg committed Sep 7, 2024
1 parent d459301 commit 8612375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:

jobs:
build_macos:
runs-on: macos-latest
runs-on: macos-11
# macos-latest

steps:
- name: Cleanup iOS Simulators
run: |
df -h
rm -rf /private/var/folders/py/lcjn3y352g1106vf1rqk521r0000gn/T/t-G7ouNl/0.dmg
echo "Removing large simulator runtime .dmg files..."
find /Users/runner/ -type f -name "*.dmg" -exec rm -f {} \;
find /private/tmp/ -type f -name "*.dmg" -exec rm -f {} \;
Expand Down

0 comments on commit 8612375

Please sign in to comment.