From c971815d7d9bf3318682b1e8cfa450acabad76da Mon Sep 17 00:00:00 2001 From: Andrew Montanez Date: Fri, 13 Dec 2024 14:34:15 -0600 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 8a88cbb7..02b873ce 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -15,7 +15,7 @@ jobs: include: - os: macos-latest python-version: '3.8' - - os: macos-latest + - os: macos-13 python-version: '3.12' steps: - uses: actions/checkout@v4