From 4b7efcd6493e38b7f087d170ff21614bb4582e91 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sun, 7 Apr 2024 16:03:04 -0400 Subject: [PATCH] GHA: Update CI to use `os: macos-latest` Connects to . --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee2d7cb..59e34ed 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: @@ -34,7 +33,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'