From 03701afc743c8cb3bb948ab984065360232e0378 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 3a01f24..bc3128d 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'