From 02fce72fe8e2834e0c58562bf4e78e4b60389aff Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Mon, 25 Mar 2024 15:19:40 +0200 Subject: [PATCH] ci: update macOS envs to test --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74721ce..eabc1f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,11 +11,11 @@ jobs: rust: - 1.70.0 - stable - # https://github.com/actions/virtual-environments#available-environments + # https://github.com/actions/virtual-environments#available-images os: - - macOS-11 - macOS-12 - macOS-13 + - macOS-13-arm64 - ubuntu-20.04 - ubuntu-22.04 - windows-2019