From 2c0a79046235825f923696983cdf4d794521d2b3 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Thu, 23 May 2024 19:41:44 +0430 Subject: [PATCH] fix : macOS version changed from 11 to 13 --- .github/workflows/macOS_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macOS_test.yml b/.github/workflows/macOS_test.yml index e973f6d..ffb7021 100644 --- a/.github/workflows/macOS_test.yml +++ b/.github/workflows/macOS_test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macOS-12, macOS-11] + os: [macOS-12, macOS-13] python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0, 3.12.0] steps: - uses: actions/checkout@v2