Skip to content

Commit

Permalink
ci: update macos to 13 (sparckles#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox authored Dec 15, 2024
1 parent d3e6766 commit 7495342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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-13
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'
2 changes: 1 addition & 1 deletion .github/workflows/release-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
UV_SYSTEM_PYTHON: 1
jobs:
macos:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
Expand Down

0 comments on commit 7495342

Please sign in to comment.