diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250444d..1c0625a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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'