From 94bd101bcec48b875d79675cebff2851ee40b428 Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Wed, 31 Jan 2024 09:55:01 +0900 Subject: [PATCH] Update CI macOS machine to `macos-14` Signed-off-by: Sora Morimoto --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index dea981e9..bd9f5ea5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -57,7 +57,7 @@ jobs: matrix: # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources os: - - macos-13 + - macos-14 - ubuntu-22.04 ocaml-compiler: - "5.1"