From 5e807bacc08831417599a32c35e2005bb970cb45 Mon Sep 17 00:00:00 2001 From: FrancoGiachetta Date: Mon, 25 Nov 2024 15:36:18 -0300 Subject: [PATCH] change to macos-13 --- .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 6909bd2f87..7f56294398 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-15] + os: [ubuntu-22.04, macos-13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3