From d07164a19a155e7a2737430acc092170a9454f75 Mon Sep 17 00:00:00 2001 From: FrancoGiachetta Date: Mon, 25 Nov 2024 13:01:36 -0300 Subject: [PATCH 1/4] latest --- .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..9df7a91fcc 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-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 From 188fb54f822a5c939c80aed0efe0eaecd89f0caa Mon Sep 17 00:00:00 2001 From: FrancoGiachetta Date: Mon, 25 Nov 2024 13:25:13 -0300 Subject: [PATCH 2/4] 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 9df7a91fcc..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-latest] + os: [ubuntu-22.04, macos-13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 From b80a41442d5da1cfd2f5c94a0ad2d124aa71e768 Mon Sep 17 00:00:00 2001 From: FrancoGiachetta Date: Mon, 25 Nov 2024 14:36:02 -0300 Subject: [PATCH 3/4] chage to macos-15 --- .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 7f56294398..6909bd2f87 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@v3 From 745b8f433955ba700f9c98a6d7b32732bb60be67 Mon Sep 17 00:00:00 2001 From: FrancoGiachetta Date: Mon, 25 Nov 2024 15:36:18 -0300 Subject: [PATCH 4/4] 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