From 9a6497afdbfdb259b82f7ceef17878e73cb3297c Mon Sep 17 00:00:00 2001 From: James Hollyer Date: Thu, 5 Dec 2024 11:49:10 -0500 Subject: [PATCH] use macos-13 in ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15d0590095..b197bdc0fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: fail-fast: false matrix: mode: ['native'] - platform: ['ubuntu-20.04', 'macos-12'] + platform: ['ubuntu-20.04', 'macos-13'] rust_version: ['1.65.0'] include: - mode: 'universal'