From a0e60f3123bfd5f2c206b1da89b94c268a58f89d 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9aca0cd..5e0d97d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,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'