Skip to content

Commit 500b1a4

Browse files
authored
Merge pull request #35 from AkihiroSuda/ci-disable-macos-13
CI: temporarily disable macos-13
2 parents fefb3d9 + ac329ae commit 500b1a4

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, macos-12, macos-13]
15+
platform: [macos-11, macos-12]
1616
runs-on: ${{ matrix.platform }}
1717
timeout-minutes: 40
1818
steps:

0 commit comments

Comments
 (0)