Skip to content

Commit a8e84b7

Browse files
tokokolokeshrangineni
authored andcommitted
chore: Bump macOS runners to macos-13 (feast-dev#4152)
bump macos runner to 13 Signed-off-by: tokoko <togurg14@freeuni.edu.ge> Signed-off-by: Lokesh Rangineni <lokeshforjava@gmail.com>
1 parent 4c3b875 commit a8e84b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
needs: [build-python-wheel, build-source-distribution, get-version]
137137
strategy:
138138
matrix:
139-
os: [ubuntu-latest, macos-12 ]
139+
os: [ubuntu-latest, macos-13 ]
140140
python-version: ["3.9", "3.10", "3.11"]
141141
from-source: [ True, False ]
142142
env:

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
python-version: [ "3.9", "3.10", "3.11"]
11-
os: [ ubuntu-latest, macos-12 ]
11+
os: [ ubuntu-latest, macos-13 ]
1212
exclude:
1313
- os: macos-13
1414
python-version: "3.9"

0 commit comments

Comments
 (0)