From: Vincent Fu Date: Fri, 29 Sep 2023 12:58:10 +0000 (-0400) Subject: ci: switch macos runs from macos-12 to macos-13 X-Git-Tag: fio-3.36~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=c95b52caacc8ef5c1235fb3754186e981b109bdb;p=fio.git 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 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69fedf77..b8000024 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