This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb-jiffy.git
commit e0fa42eccd393bf9b761ca436488f434e9a55bba Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Mar 2 14:25:21 2026 -0500 Remove macos-13 CI workers Add a "latest" macos version --- .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 ea4db70..2f811b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-13, macos-14, macos-15] + os: [macos-14, macos-15, macos-latest] steps: - uses: actions/checkout@v4
