From 31220011729f27d7c4027afdf88c94c9fba9ebca Mon Sep 17 00:00:00 2001 From: Ira Abramov Date: Tue, 19 Nov 2024 22:13:50 +0200 Subject: [PATCH] Start checking one newer macos, the old versions are getting irrelevant --- .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 75fb9d848e..e9154a0bc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: bats-test: strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-11] + os: [ubuntu-20.04, ubuntu-22.04, macos-14, macos-15] runs-on: ${{ matrix.os }}