From 4aa6e3d76f709de3882e22656133da712be60ea7 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Tue, 16 Apr 2024 12:07:10 +0200 Subject: [PATCH] fix: Replace macos-latest with macos-13 and macos-14 runners (#935) * wip: Test check job on macOS 12, 13 and 14 * fix: Replace macos-latest with macos-13 and macos-14 runners At the time of committing, maco-latest is just macos-12. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e147d11856..8ac80b747c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - name: Clone this repository @@ -69,7 +69,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-13, macos-14] steps: - name: Clone this repository