Skip to content

Commit

Permalink
CI use macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 authored Oct 24, 2024
1 parent f391294 commit 4cd4172
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 @@ -83,8 +83,8 @@ jobs:
## TODO Disable Windows share install for now
#- { 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 4cd4172

Please # to comment.