Skip to content

Commit 56b29ba

Browse files
...
1 parent ee221fd commit 56b29ba

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747

4848
full_tests:
49-
runs-on: ubuntu-24.04
49+
runs-on: ${{ matrix.os }}
5050
strategy:
5151
matrix:
5252
os: ["ubuntu-20.04", "ubuntu-24.04", "macos-14"]

scripts/macos_dependencies.sh

-3
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ fi
1212

1313
# Install brew if required
1414
if [[ $(command -v brew) == "" ]]; then
15-
echo "Installing Homebrew"
1615
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
17-
echo "[ ] installed brew t=$SECONDS"
1816

19-
# make brew available now
2017
if [[ $ARCH == "x86_64" ]]; then
2118
echo 'eval "$(/usr/local/homebrew/bin/brew shellenv)"' >> $RC_FILE
2219
eval "$(/usr/local/homebrew/bin/brew shellenv)"

0 commit comments

Comments
 (0)