File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments