From 7ae8ab54172a2655de15db575427f2bd2184e810 Mon Sep 17 00:00:00 2001 From: gabrielbosio Date: Tue, 11 Nov 2025 17:05:28 -0300 Subject: [PATCH] Bump MacOS version used in CI workflow --- .github/workflows/test_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_install.yml b/.github/workflows/test_install.yml index d3a589badf..317844255a 100644 --- a/.github/workflows/test_install.yml +++ b/.github/workflows/test_install.yml @@ -12,7 +12,7 @@ jobs: name: "Install on ${{ matrix.os }}" strategy: matrix: - os: [ubuntu-22.04, macos-13] + os: [ubuntu-22.04, macos-15] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4