From f3de8b5307bf87d71a052850c49af8ca1d347170 Mon Sep 17 00:00:00 2001 From: herman ten brugge Date: Wed, 17 Dec 2025 18:21:01 +0100 Subject: [PATCH] Use macos 15 in build.yml --- .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 28918a42..0f5a7193 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: run: ./configure && make && make test -k test-x86_64-osx: - runs-on: macos-13 + runs-on: macos-15-intel timeout-minutes: 2 steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 @@ -22,7 +22,7 @@ jobs: run: ./configure && make && make test -k test-aarch64-osx: - runs-on: macos-14 + runs-on: macos-15 timeout-minutes: 2 steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0