Skip to content

Commit

Permalink
chore: git workflow update macos to macos-latest no other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dave42w committed Dec 11, 2024
1 parent b41007a commit 3a7e636
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/preview-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -149,4 +149,3 @@ jobs:
pip install --upgrade pip setuptools wheel
pip install --force-reinstall dist/robyn*.whl
cd ~ && python -c 'import robyn'

0 comments on commit 3a7e636

Please sign in to comment.