Skip to content

Commit

Permalink
macos-12 runner deprecated, bump to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jan 10, 2025
1 parent cc7c29e commit a223f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: sqlite-vec-linux-x86_64-extension
path: dist/*
build-macos-x86_64-extension:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: ./scripts/vendor.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: sqlite-vec-linux-x86_64-extension
path: dist/*
build-macos-x86_64-extension:
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit a223f5f

Please sign in to comment.