From 1297e4babfb29bf8280092cf0c8e75ac53823c83 Mon Sep 17 00:00:00 2001 From: dreamer Date: Thu, 11 Dec 2025 13:38:35 +0100 Subject: [PATCH] use macos-14 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19fb6c8..de25a48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: *.tar.xz macos: - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v4 with: