From 56bf51fdd2fe4b2cf254b2cf34aede3d7caccc6c Mon Sep 17 00:00:00 2001 From: 1024jp <1024jp@wolfrosch.com> Date: Sun, 16 Jun 2024 19:42:26 +0900 Subject: [PATCH] Update macOS for CI to macOS 14 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a3c937..28a4b8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: macOS: name: Test on macOS - runs-on: macOS-13 + runs-on: macOS-14 steps: - uses: actions/checkout@v1 - name: Show environments