alpha
Login
or
Join now
kasper.space
/
time-machine-inspector
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/probablykasper/time-machine-inspector. Time Machine backup size inspector app
backup
macos
tauri
time-machine
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix mssing x64 build
author
Kasper
committer
GitHub
date
2 years ago
(Jul 31, 2024, 1:23 AM +0200)
commit
ccd6c584
ccd6c5844ec69c7fe7b2ce2c552d4b1f7e9672f2
parent
60629676
60629676c2878b37e2bab45ce70a2e1dbdda1967
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
release.yml
+1
-1
.github/workflows/release.yml
View file
Reviewed
···
7
7
8
8
jobs:
9
9
release:
10
10
-
runs-on: macos-latest
10
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