Skip to content

Commit

Permalink
ci: switch macos runs from macos-12 to macos-13
Browse files Browse the repository at this point in the history
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 <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Sep 29, 2023
1 parent 1353b1b commit c95b52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c95b52c

Please sign in to comment.