Skip to content

Commit

Permalink
[CI] run on macos too.
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Oct 8, 2024
1 parent bf86c23 commit 6e5cc69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
needs: mbtiny-dist
strategy:
matrix:
version: ["5.40","5.38", "5.36", "5.34", "5.18"]
os: ["ubuntu-latest", "macos-latest", "macos-13"]
version: ["5.40","5.38", "5.18"]
name: cpanm-dist-perl-${{ matrix.version }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6e5cc69

Please sign in to comment.