From e60f6f4a6e733708c3c0854cb680ea1dfef48fef Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Thu, 9 May 2024 14:28:17 +0200 Subject: [PATCH] CI/Update macOS runners: macos-latest switched to macos-14 (#44094) macos-latest switched to macos-14, so now we are running two identical jobs. --- .github/workflows/unit_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index f43cbd01b21..52c5fef3a39 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -195,7 +195,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, macos-14] + os: [macos-13, macos-14] python-version: ["3.11"] steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b