Skip to content

Commit 05f4001

Browse files
committed
Fix audit error
Closes #55. Signed-off-by: Filippo Valsorda <hi@filippo.io>
1 parent 3141abe commit 05f4001

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-bot:
1111
strategy:
1212
matrix:
13-
os: [ macos-15-intel, macos-15, macos-26 ]
13+
os: [ macos-15, macos-26 ]
1414
runs-on: ${{ matrix.os }}
1515
permissions:
1616
actions: read

musl-cross.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class MuslCross < Formula
66
homepage "https://github.com/richfelker/musl-cross-make"
77
url "https://github.com/richfelker/musl-cross-make/archive/refs/tags/v0.9.11.tar.gz"
88
sha256 "306a66dd175d1065e6075deea02300d02e17806fb0a4d6f5e5829cf07c16eb51"
9-
head "https://github.com/richfelker/musl-cross-make.git"
9+
head "https://github.com/richfelker/musl-cross-make.git", branch: "master"
1010

1111
option "with-arm", "Build cross-compilers targeting arm-linux-musleabi"
1212
option "with-i486", "Build cross-compilers targeting i486-linux-musl"

0 commit comments

Comments
 (0)