Skip to content

Commit

Permalink
chore: Bump macOS runners to macos-13 (feast-dev#4152)
Browse files Browse the repository at this point in the history
bump macos runner to 13

Signed-off-by: tokoko <togurg14@freeuni.edu.ge>

Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
  • Loading branch information
tokoko authored and lokeshrangineni committed Jun 13, 2024
1 parent 9bb20bb commit 5f277c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
needs: [build-python-wheel, build-source-distribution, get-version]
strategy:
matrix:
os: [ubuntu-latest, macos-12 ]
os: [ubuntu-latest, macos-13 ]
python-version: ["3.9", "3.10", "3.11"]
from-source: [ True, False ]
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.9", "3.10", "3.11"]
os: [ ubuntu-latest, macos-12 ]
os: [ ubuntu-latest, macos-13 ]
exclude:
- os: macos-13
python-version: "3.9"
Expand Down

0 comments on commit 5f277c5

Please sign in to comment.