Skip to content

Commit 52bab49

Browse files
committed
Use macOS-13 with Java8 support
1 parent d448dc3 commit 52bab49

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
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)