test: change GitHub Actions macOS platform to macOS 12
authorVincent Fu <vincent.fu@samsung.com>
Fri, 4 Nov 2022 17:04:34 +0000 (13:04 -0400)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 4 Nov 2022 17:49:15 +0000 (13:49 -0400)
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 <vincent.fu@samsung.com>
.github/workflows/ci.yml

index 1b8c070166c42fee18b6b0cb1bf904dc6efe4e37..4bc91d3ed77492b06be7f775c50b39ca444d6738 100644 (file)
@@ -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