Skip to content

Commit 70d9a98

Browse files
committed
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 <vincent.fu@samsung.com>
1 parent d6f936d commit 70d9a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: ubuntu-22.04
2525
cc: clang
2626
- build: macos
27-
os: macos-11
27+
os: macos-12
2828
- build: linux-i686-gcc
2929
os: ubuntu-22.04
3030
arch: i686

0 commit comments

Comments
 (0)