Skip to content

Commit d1a8a95

Browse files
authored
Merge pull request #11 from embulk/actions-macos-13
Use macos-13 in GitHub Actions
2 parents 93dd135 + 5221a5c commit d1a8a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/check.yml

+1-1
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)