From 40fe7511e1cb9948022be5c52abf3971b4376db4 Mon Sep 17 00:00:00 2001 From: Dmitrii Lavrukhin Date: Fri, 20 Dec 2024 17:00:45 +0400 Subject: [PATCH] updating macos version for ci (#66) --- .github/workflows/pr_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index 60c13288fd..93eb1cfafd 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - os: ['macos-12', 'ubuntu-22.04', 'windows-2022'] + os: ['macos-14', 'ubuntu-22.04', 'windows-2022'] python-version: ['3.8', '3.9', '3.10', '3.11'] name: build and test (${{ matrix.os }}, Python ${{ matrix.python-version }}) runs-on: ${{ matrix.os }}