File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 test-bot :
1818 strategy :
1919 matrix :
20- os : [macos-11 , macos-12 , macos-13 ]
20+ os : [macos-12 , macos-13 , macos-14 ]
2121 runs-on : ${{ matrix.os }}
2222 steps :
2323 - name : Set up Homebrew
4747
4848 - name : Upload bottles as artifact
4949 if : always() && github.event_name == 'pull_request'
50- uses : actions/upload-artifact@main
50+ uses : actions/upload-artifact@v3
5151 with :
5252 name : bottles
5353 path : " *.bottle.*"
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ class ArmNoneEabiGccAT8 < Formula
1616
1717 # The bottles are built on systems with the CLT installed, and do not work
1818 # out of the box on Xcode-only systems due to an incorrect sysroot.
19- pour_bottle? do
20- reason "The bottle needs the Xcode CLT to be installed."
21- satisfy { MacOS ::CLT . installed? }
22- end
19+ pour_bottle? only_if : :clt_installed
2320
2421 keg_only "it might interfere with other version of arm-gcc.\n " \
2522 "This is useful if you want to have multiple version of arm-none-eabi-gcc\n " \
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ class ArmNoneEabiGccAT9 < Formula
1616
1717 # The bottles are built on systems with the CLT installed, and do not work
1818 # out of the box on Xcode-only systems due to an incorrect sysroot.
19- pour_bottle? do
20- reason "The bottle needs the Xcode CLT to be installed."
21- satisfy { MacOS ::CLT . installed? }
22- end
19+ pour_bottle? only_if : :clt_installed
2320
2421 keg_only "it might interfere with other version of arm-gcc.\n " \
2522 "This is useful if you want to have multiple version of arm-none-eabi-gcc\n " \
You can’t perform that action at this time.
0 commit comments