diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ed01d8a..b83ce89 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,7 +11,8 @@ jobs: matrix: os: - ubuntu-latest - - macos-13 # OpenJDK 8 is not supported on macos-14+ (M1). + # Use Intel-based macOS because Temurin 8 does not support macOS on Apple Silicon. + - macos-26-intel - windows-latest steps: - name: Set Git's core.autocrlf to false for Windows before checkout