We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee221fd commit 56b29baCopy full SHA for 56b29ba
.github/workflows/tests.yml
@@ -46,7 +46,7 @@ jobs:
46
47
48
full_tests:
49
- runs-on: ubuntu-24.04
+ runs-on: ${{ matrix.os }}
50
strategy:
51
matrix:
52
os: ["ubuntu-20.04", "ubuntu-24.04", "macos-14"]
scripts/macos_dependencies.sh
@@ -12,11 +12,8 @@ fi
12
13
# Install brew if required
14
if [[ $(command -v brew) == "" ]]; then
15
- echo "Installing Homebrew"
16
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
17
- echo "[ ] installed brew t=$SECONDS"
18
19
- # make brew available now
20
if [[ $ARCH == "x86_64" ]]; then
21
echo 'eval "$(/usr/local/homebrew/bin/brew shellenv)"' >> $RC_FILE
22
eval "$(/usr/local/homebrew/bin/brew shellenv)"
0 commit comments