From 98e99cb6e07b55a3189bc791126a1a241c8771af Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 25 Mar 2024 15:28:45 +0000 Subject: [PATCH] use macos-latest in CI so Homebrew support binary packages --- .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 f121590..fc13cca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: # Test all engines on macOS. - perl-version: '5.30' - os: macos-11 + os: macos-latest steps: - uses: actions/checkout@v2 - name: 'ci-dist: target-setup-perl'