From c95b52caacc8ef5c1235fb3754186e981b109bdb Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Fri, 29 Sep 2023 08:58:10 -0400 Subject: [PATCH] ci: switch macos runs from macos-12 to macos-13 macOS 13 was released in Oct 2022 and the GitHub Actions image debuted Apr 2023. Let's switch to this new platform. It seems to work fine based on two runs testing the nice fix in the previous patch. https://github.com/vincentkfu/fio/actions/runs/6352923622/job/17256648185 https://github.com/vincentkfu/fio/actions/runs/6353159388/job/17257286332 Signed-off-by: Vincent Fu --- .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 69fedf775..b8000024f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: os: ubuntu-22.04 cc: clang - build: macos - os: macos-12 + os: macos-13 - build: linux-i686-gcc os: ubuntu-22.04 arch: i686