Set macos version in php workflow to macos-13

This commit is contained in:
Shivam Mathur
2024-04-24 03:38:15 +05:30
parent 14d9660823
commit 436881d084
2 changed files with 2 additions and 1 deletions

View File

@ -168,6 +168,7 @@ add_php() {
else
brew install -f "$php_formula"
fi
sudo chown -R "$(id -un)":"$(id -gn)" "$brew_prefix"
brew link --force --overwrite "$php_formula"
}