Skip to content

Commit fefb3d9

Browse files
authored
Merge pull request #31 from AkihiroSuda/dev
CI: add macos-12 and macos-13
2 parents 3ce6e3f + bbec601 commit fefb3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Integration tests
1313
strategy:
1414
matrix:
15-
platform: [macos-11]
15+
platform: [macos-11, macos-12, macos-13]
1616
runs-on: ${{ matrix.platform }}
1717
timeout-minutes: 40
1818
steps:

0 commit comments

Comments
 (0)