Skip to content

Commit 4bf6326

Browse files
chore: upgrade macos runners (runfinch#1602)
Signed-off-by: Shubhranshu Mahapatra <shubhum@amazon.com>
1 parent da20d20 commit 4bf6326

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
macos-e2e-tests:
116116
strategy:
117117
matrix:
118-
version: ['13', '14']
118+
version: ['14', '15']
119119
test-command: ['test-e2e-vm-serial', 'test-e2e-container']
120120
arch: ['X64', 'arm64']
121121
runner-type: ['test']

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
strategy:
187187
fail-fast: false
188188
matrix:
189-
version: ['13', '14']
189+
version: ['14', '15']
190190
test-command: ['test-e2e-vm-serial', 'test-e2e-container', 'test-e2e-daemon']
191191
arch: ['X64', 'arm64']
192192
runner-type: ['test']

0 commit comments

Comments
 (0)