From a82c0578c38774c3fcf5672743c724b7010f3b01 Mon Sep 17 00:00:00 2001 From: Alexey Pechnikov Date: Sun, 27 Oct 2024 12:49:29 +0700 Subject: [PATCH] Update targets for MacOS autotests --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ba673a4c..ec62453c 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macos-12] + os: ["macos-13", "macos-14", "macos-15"] python-version: ["3.11"] runs-on: ${{ matrix.os }} steps: