[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup macos tauri time-machine
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix mssing x64 build

authored by

Kasper and committed by
GitHub
(Jul 31, 2024, 1:23 AM +0200) ccd6c584 60629676

+1 -1
+1 -1
.github/workflows/release.yml
··· 7 7 8 8 jobs: 9 9 release: 10 - runs-on: macos-latest 10 + runs-on: macos-13 # macos-14/latest are arm64 and do not produce x64 binaries 11 11 steps: 12 12 - name: Checkout repository 13 13 uses: actions/checkout@v3