From 22be18094244c45e352dd6ca624a8d32f4cf8857 Mon Sep 17 00:00:00 2001 From: Franco Giachetta Date: Tue, 26 Nov 2024 11:20:42 -0300 Subject: [PATCH] Change macos-12 to macos-13 (#1883) * latest * change to macos-13 * chage to macos-15 * 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 53b32a21ef..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-12] + os: [ubuntu-22.04, macos-13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3