aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Fu <vincent.fu@samsung.com>2023-09-29 08:58:10 -0400
committerVincent Fu <vincent.fu@samsung.com>2023-09-29 11:51:10 -0400
commitc95b52caacc8ef5c1235fb3754186e981b109bdb (patch)
tree2e43cb85e590f3760443c229f11175a749a25acd
parent1353b1b9bbd6717c89e32883e87aa5cfe4cb04dc (diff)
downloadfio-c95b52caacc8ef5c1235fb3754186e981b109bdb.tar.gz
ci: switch macos runs from macos-12 to macos-13
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>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 69fedf775..b8000024f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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