Skip to content

Commit

Permalink
Merge pull request #824 from gugod/ci-add-macos
Browse files Browse the repository at this point in the history
[CI] run on macos too.
  • Loading branch information
gugod authored Oct 8, 2024
2 parents bf86c23 + 079c897 commit e99f91d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
needs: mbtiny-dist
strategy:
matrix:
version: ["5.40","5.38", "5.36", "5.34", "5.18"]
name: cpanm-dist-perl-${{ matrix.version }}
os: ["ubuntu-latest", "macos-latest", "macos-13"]
version: ["5.40","5.38", "5.18"]
name: cpanm-dist-perl-${{ matrix.version }}-${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: shogo82148/[email protected]
Expand Down

0 comments on commit e99f91d

Please sign in to comment.