From 0227a0614c11f71d23129d3515a560d412287bdc Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Fri, 1 Dec 2023 17:48:16 -0800 Subject: [PATCH] CI: Use macOS 13 in GitHub Actions. --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21a443dc7..2e4391fe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -175,12 +175,12 @@ jobs: include: - target: aarch64-apple-darwin - host_os: macos-12 + host_os: macos-13 # GitHub Actions doesn't have a way to run this target yet. cargo_options: --no-run - target: aarch64-apple-ios - host_os: macos-12 + host_os: macos-13 # GitHub Actions doesn't have a way to run this target yet. cargo_options: --no-run @@ -236,7 +236,7 @@ jobs: host_os: windows-latest - target: x86_64-apple-darwin - host_os: macos-12 + host_os: macos-13 - target: x86_64-unknown-linux-musl host_os: ubuntu-22.04