From 580e52f8119daf1920c02f7a372c72dda9f9cb5d Mon Sep 17 00:00:00 2001 From: Thomas Beutlich Date: Tue, 14 Oct 2025 21:53:27 +0200 Subject: [PATCH] Bump MacOS --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58a397d9..6bf3750f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,10 +32,10 @@ jobs: image: ubuntu-22.04 arch: aarch64 - name: x86_64-darwin - image: macos-13 + image: macos-15 arch: x86_64 - name: aarch64-darwin - image: macos-13 + image: macos-15 arch: aarch64 runs-on: ${{ matrix.image }} needs: lint-files