From 30e04427bcc7bfe94a08e2fe89a3009391413df6 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 10 Dec 2024 23:40:53 +0100 Subject: [PATCH] chore(deps): bump from `macos-14` to `macos-latest` (#1587) not related to the actual macos CI failour, but we might want to bump the secondary macos test up to `-latest` On the related note: I could not get to the bottom to the actual `macos-13` issue. Would it be possible to just drop it and replace it with `macos-latest`? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a6799f33..38c8147b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -247,7 +247,7 @@ jobs: matrix: include: - target: aarch64-apple-darwin - os: macos-14 # M1 CPU + os: macos-latest # M-series CPU - target: debian-x86_64 os: ubuntu-latest - target: x86_64-apple-darwin