From 294d9e15bc31043c76ba9cf92d3d8f8caf5c8fdd Mon Sep 17 00:00:00 2001 From: Kei Kamikawa Date: Sat, 19 Oct 2024 16:12:10 +0900 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 262a60e..42da4ed 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -56,7 +56,7 @@ jobs: # Can't expand the matrix due to the flakiness of the CI infra matrix: os: - - macos-15 + - macos-13 # because macOS 14, 15 does not support build on nested virtualization go: - '^1.23' steps: