Skip to content

Commit

Permalink
Set macos version in php workflow to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Apr 23, 2024
1 parent 14d9660 commit 436881d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-22.04, ubuntu-20.04, windows-2019, macos-latest]
operating-system: [ubuntu-22.04, ubuntu-20.04, windows-2019, macos-13]
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
include:
- operating-system: ubuntu-22.04
Expand Down
1 change: 1 addition & 0 deletions src/scripts/darwin.sh
Expand Up @@ -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"
}

Expand Down

0 comments on commit 436881d

Please sign in to comment.