From 008c10ed9785450a4b2f8164d74e13914d206d4f Mon Sep 17 00:00:00 2001 From: liadomide Date: Thu, 4 Apr 2024 09:27:24 +0300 Subject: [PATCH] EBR-40 Increase mac version --- .github/workflows/tests.yml | 2 +- .github/workflows/wheels.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f08835..70cfaf7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, windows-latest, macOS-12 ] + os: [ ubuntu-latest, windows-latest, macOS-13 ] python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f222321..b6a70fc 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macOS-11] + os: [ubuntu-latest, windows-latest, macOS-13] steps: - uses: actions/checkout@v4