From: Vincent Fu Date: Fri, 4 Nov 2022 17:04:34 +0000 (-0400) Subject: test: change GitHub Actions macOS platform to macOS 12 X-Git-Tag: fio-3.33~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=70d9a988dfd0e08ac299044a2cb8eff3d8b51949;p=fio.git test: change GitHub Actions macOS platform to macOS 12 I am seeing some documentation build failures on macOS 11. See if the issue is fixed in macOS 12. https://github.com/vincentkfu/fio/actions/runs/3395509649/jobs/5645674083 This change ultimately did not resolve the issue but we might as well switch to macOS 12 since it has been out for a year already. Signed-off-by: Vincent Fu --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b8c0701..4bc91d3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: os: ubuntu-22.04 cc: clang - build: macos - os: macos-11 + os: macos-12 - build: linux-i686-gcc os: ubuntu-22.04 arch: i686