From 3a7e63606aad672b86bf1742a47811ccb7aa7ea1 Mon Sep 17 00:00:00 2001 From: Dave Warnock Date: Wed, 11 Dec 2024 22:43:34 +0000 Subject: [PATCH] chore: git workflow update macos to macos-latest no other changes --- .github/workflows/preview-deployments.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/preview-deployments.yml b/.github/workflows/preview-deployments.yml index 5c5666a1..1b1eb1d6 100644 --- a/.github/workflows/preview-deployments.yml +++ b/.github/workflows/preview-deployments.yml @@ -16,7 +16,7 @@ env: jobs: macos: - runs-on: macos-12 + runs-on: macos-latest strategy: matrix: python-version: ["3.9", "3.10", "3.11", "3.12"] @@ -149,4 +149,3 @@ jobs: pip install --upgrade pip setuptools wheel pip install --force-reinstall dist/robyn*.whl cd ~ && python -c 'import robyn' -