From bc5fe806d4a925a73d9df9057cec7a49939c353f Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Fri, 4 Oct 2024 03:57:59 +0200 Subject: [PATCH] added macos-15 build --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f8628b..f378dda 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-12, macos-13, macos-14] + os: [ubuntu-latest, macos-12, macos-13, macos-14, macos-15] runs-on: ${{ matrix.os }} steps: - name: Set up Homebrew