From 03e0e3f4185c1ad7b84d7f2a235ce09f79c4d1d2 Mon Sep 17 00:00:00 2001 From: Felix Deimel Date: Thu, 14 Nov 2024 11:58:48 +0100 Subject: [PATCH] Use macos-15 --- .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 e8f316c..80c0e0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: NUGET_RID: "linux-x64" - name: "macOS ARM64" - os: macos-14 + os: macos-15 env: OS: "apple" NUGET_RID: "osx"