From 584bdb0dbf9230daef667bb98fec5360f0084935 Mon Sep 17 00:00:00 2001 From: mohawk2 Date: Fri, 21 Jun 2024 03:41:36 +0100 Subject: [PATCH] CI use macos-latest, try re-enabling also --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9313ee..59adc5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: coverage: true - perl-version: '5.30' os: windows-latest - #- perl-version: '5.30' - # os: macos-11 + - perl-version: '5.30' + os: macos-latest steps: - uses: actions/checkout@v2 - name: 'ci-dist: target-setup-perl'