From f6f035f354da2a86884980771444411df8bc4562 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 17 Nov 2024 01:06:31 +0100 Subject: [PATCH] bumped the CI from `macos-14` to `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