Skip to content

Commit 23314d0

Browse files
authored
ci: update macos runner to macos-latest (#1691)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 5f5f3a4 commit 23314d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azwi-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
# TODO(aramase): add windows test env
24-
env: [ubuntu-latest, macos-13]
24+
env: [ubuntu-latest, macos-latest]
2525
runs-on: ${{ matrix.env }}
2626
steps:
2727
- name: Harden Runner

.github/workflows/azwi-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
# TODO(aramase): add windows test env
22-
env: [ubuntu-latest, macos-13]
22+
env: [ubuntu-latest, macos-latest]
2323
runs-on: ${{ matrix.env }}
2424
steps:
2525
- name: Harden Runner

0 commit comments

Comments
 (0)