From 5a30e4bf5ca7a6ae8072adeeb0a313ca0daa4d4f Mon Sep 17 00:00:00 2001 From: delphinus Date: Thu, 17 Oct 2024 15:22:06 +0900 Subject: [PATCH] test: add CI on macos-15 --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f71e072..266492a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,9 +8,8 @@ jobs: strategy: matrix: os: - # FIX: disable old macOS due to strange errors - #- macos-13 - macos-14 + - macos-15 runs-on: ${{ matrix.os }} timeout-minutes: 15 steps: