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' -