From 37db90824101a69ef7bdf88b79c5ced213dfb7ff Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Wed, 21 Aug 2024 11:28:06 -0400 Subject: [PATCH] Bump OS/X version in GitHub actions --- .github/workflows/macos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 61a37dec..27aee633 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,9 +16,10 @@ jobs: fail-fast: false matrix: os: + - macos-14 + - macos-13 - macos-12 - - macos-11 - perl: ['5.36', '5.34', '5.32', '5.30', '5.28', '5.22'] + perl: ['5.38', '5.36', '5.34', '5.32', '5.30', '5.28', '5.22'] name: Perl ${{ matrix.perl }} on ${{ matrix.os }} steps: - uses: actions/checkout@v4