feat: add github actions workflow to release homebrew tap

This commit is contained in:
2025-08-29 17:17:00 -06:00
parent db4f99aca9
commit 92ddff6c4a
+1 -1
View File
@@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
runs-on: ["macOS-latest", "ubuntu-latest"]
runs-on: ['macOS-latest', 'ubuntu-latest']
runs-on: ${{ matrix.runs-on }}