A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

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

chore: Try doing mac arm build on macOS v15

+1 -1
+1 -1
.github/workflows/build.yml
··· 87 87 strategy: 88 88 fail-fast: false 89 89 matrix: 90 - os: [macos-14, macos-13, ubuntu-latest, windows-latest] 90 + os: [macos-15, macos-13, ubuntu-latest, windows-latest] 91 91 92 92 runs-on: ${{ matrix.os }} 93 93