From da5a92e24d73ff2c42050188af99c5df31843518 Mon Sep 17 00:00:00 2001 From: Hiroyuki Sato Date: Wed, 29 May 2024 17:16:08 +0900 Subject: [PATCH] Use macos-13 in GitHub Actions --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 9b1e7f0..530d87e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -11,7 +11,7 @@ jobs: matrix: os: - ubuntu-latest - - macOS-latest + - macOS-13 # OpenJDK 8 is not supported on macos-14+ (M1). - windows-latest gradle: - "8.4"