Skip to content

Commit c9ca695

Browse files
authored
Merge pull request #3 from embulk/actions-macos-13
Use macos-13 in GitHub Actions
2 parents ffa9a38 + 74b173f commit c9ca695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
os:
1313
- ubuntu-latest
14-
- macOS-latest
14+
- macos-13 # OpenJDK 8 is not supported on macos-14+ (M1).
1515
- windows-latest
1616
steps:
1717
- name: Set Git's core.autocrlf to false for Windows before checkout

0 commit comments

Comments
 (0)