From 5ae5141412bb5e8737860e12fe66ab41bec77c57 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Tue, 23 Apr 2024 12:03:20 -0700 Subject: [PATCH] Specify macos version --- .github/workflows/python_sdk_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_sdk_test.yml b/.github/workflows/python_sdk_test.yml index 7f02191e..f72b2acf 100644 --- a/.github/workflows/python_sdk_test.yml +++ b/.github/workflows/python_sdk_test.yml @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-latest, macos-latest, ubuntu-latest] + os: [windows-latest, macos-12, ubuntu-latest] python-version: ['3.9', '3.10', '3.11'] include: - os: ubuntu-latest