From 4c7e10f83e90083909f1ea8dec02f617e8eb8569 Mon Sep 17 00:00:00 2001 From: Atika Ibrahim Syeda <47366160+Atika-Syeda@users.noreply.github.com> Date: Thu, 5 Dec 2024 11:21:15 -0500 Subject: [PATCH] Update test_and_deploy.yml --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 8e2e99d..249abd0 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest, windows-latest, macos-12, macos-latest] + platform: [ubuntu-latest, windows-latest, macos-13] python-version: [3.8, 3.9, "3.10"] steps: