Skip to content

Commit 9fb8789

Browse files
committed
New homebrew path fpr latest macOS image
1 parent 94ea54a commit 9fb8789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perl-module-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# brian's standard GitHub Actions macOS config for Perl 5 modules
2-
# version 20240130.001
2+
# version 20240426.001
33
# https://github.com/briandfoy/github_workflows
44
# https://github.com/features/actions
55
# This file is licensed under the Artistic License 2.0
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Perl
5151
run: |
5252
brew install perl
53-
ls -d /usr/local/Cellar/perl/*/bin | head -1 >> $GITHUB_PATH
53+
ls -d /opt/homebrew/Cellar/perl/*/bin | head -1 >> $GITHUB_PATH
5454
perl -v | perl -0777 -ne 'm/(v5\.\d+)/ && print "PERL_VERSION=$1"' >> $GITHUB_ENV
5555
- name: Perl version check
5656
run: perl -V

0 commit comments

Comments
 (0)