From 33360c898a77c7f8a8ddf59762bde4e394e662a4 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 1 Apr 2024 13:12:31 -0700 Subject: [PATCH] CI: Update macos images to macos-13 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f68682cf5a..e680a32d61f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -134,11 +134,11 @@ jobs: rust: nightly other: i686-unknown-linux-gnu - name: macOS x86_64 stable - os: macos-latest + os: macos-13 rust: stable other: x86_64-apple-ios - name: macOS x86_64 nightly - os: macos-latest + os: macos-13 rust: nightly other: x86_64-apple-ios - name: macOS aarch64 stable