Skip to content

Commit 2eae803

Browse files
committed
CI: add macos-13-xl
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8a6c11a commit 2eae803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
name: Integration tests
1313
strategy:
1414
matrix:
15-
platform: [macos-11, macos-12]
15+
# macos-13-xl is used as macos-13 seems too flaky
16+
platform: [macos-11, macos-12, macos-13-xl]
1617
runs-on: ${{ matrix.platform }}
1718
timeout-minutes: 40
1819
steps:

0 commit comments

Comments
 (0)