Skip to content

Commit

Permalink
chore: Change macos-11 to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Sep 6, 2024
1 parent 86cbd45 commit 7df58c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
- { perl-version: '5.34' , os: windows-latest , dist: msys2 , alien-install-type: 'system' }
- { perl-version: '5.34' , os: windows-latest , dist: msys2 , alien-install-type: 'share' }
# macOS | system, share
- { perl-version: '5.34' , os: macos-11 , alien-install-type: 'system' }
- { perl-version: '5.34' , os: macos-11 , alien-install-type: 'share' }
- { perl-version: '5.34' , os: macos-latest , alien-install-type: 'system' }
- { perl-version: '5.34' , os: macos-latest , alien-install-type: 'share' }
name: Perl ${{ matrix.perl-version }} on ${{ matrix.os }} with install-type ${{ matrix.alien-install-type }}, dist ${{ matrix.dist }}

steps:
Expand Down

0 comments on commit 7df58c6

Please sign in to comment.