Skip to content

Commit

Permalink
update github runner to macos-13
Browse files Browse the repository at this point in the history
macos-12 is deprecated, upgrading to macos 13

Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Nov 18, 2024
1 parent 7004466 commit b316be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

name: Build and Test k-NN Plugin on MacOS
needs: Get-CI-Image-Tag
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout k-NN
Expand Down

0 comments on commit b316be9

Please sign in to comment.