Skip to content

Commit

Permalink
CI use macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jun 21, 2024
1 parent 3f7710d commit f099f01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
ci:
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
needs: notify
strategy:
fail-fast: false
matrix:
Expand All @@ -33,7 +32,7 @@ jobs:
- perl-version: '5.30'
os: windows-latest
- perl-version: '5.30'
os: macos-11
os: macos-latest
steps:
- uses: actions/checkout@v2
- name: 'ci-dist: target-setup-perl'
Expand Down

0 comments on commit f099f01

Please sign in to comment.