mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-02 03:37:16 +07:00
Set macos version in php workflow to macos-13
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user