From b5ffdc85be0880aeebd3e355246d829e3b2980f4 Mon Sep 17 00:00:00 2001 From: Soji Yamakawa Date: Sun, 8 Dec 2024 22:16:50 -0500 Subject: [PATCH] github workflow macos-12 -> macos-latest --- .github/workflows/continuous.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 9842b03..91dc5e5 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -48,7 +48,7 @@ jobs: build-macos: - runs-on: macos-12 + runs-on: macos-latest steps: - uses: actions/checkout@v2