Skip to content

Commit

Permalink
Run the release action on macOS because the tests need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 15, 2024
1 parent 2c1f87a commit 46aa2ec
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -12,6 +12,9 @@
# This requires that you configure a repository secret named
# RELEASE_ACTION_TOKEN with a GitHub Personal Access Token
# that has "read and write" permissions on Repository/Contents
#
# Note: this file is changed from the original to run on macOS-latest
# instead of a linux runner.
name: release

permissions:
Expand Down Expand Up @@ -42,7 +45,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-20.04
- macOS-latest
perl-version:
- 'latest'
container:
Expand Down

0 comments on commit 46aa2ec

Please sign in to comment.