From 70d9a988dfd0e08ac299044a2cb8eff3d8b51949 Mon Sep 17 00:00:00 2001 From: Vincent Fu Date: Fri, 4 Nov 2022 13:04:34 -0400 Subject: [PATCH] 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 --- .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 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 -- 2.25.1