Skip to content

Commit

Permalink
Bump OS/X version in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Aug 21, 2024
1 parent 44f8bbc commit 37db908
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
fail-fast: false
matrix:
os:
- macos-14
- macos-13
- macos-12
- macos-11
perl: ['5.36', '5.34', '5.32', '5.30', '5.28', '5.22']
perl: ['5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.22']
name: Perl ${{ matrix.perl }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 37db908

Please sign in to comment.