From 6bfb8b16670971c4cb4980c90c51a29a1545435b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 3 Jan 2025 12:39:53 +0100 Subject: [PATCH 1/2] vendor: bump libgit2 to v1.9.0 --- vendor/libgit2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/libgit2 b/vendor/libgit2 index c6111ec06..338e6fb68 160000 --- a/vendor/libgit2 +++ b/vendor/libgit2 @@ -1 +1 @@ -Subproject commit c6111ec06cc0b0126cd67bdab78f8091e4cfaa10 +Subproject commit 338e6fb681369ff0537719095e22ce9dc602dbf0 From 4c285d13a49018837d9bb9b6047b536dbd99fff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Fri, 3 Jan 2025 12:51:10 +0100 Subject: [PATCH 2/2] ci: use macOS 13 --- .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 a98b6bbd1..e9a9ec538 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ] - os: [ macOS-12 ] + os: [ macOS-13 ] runs-on: ${{ matrix.os }} name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}