From 3d61bac03076a4bce857cf755b5ccb3e7425fbfd Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 24 Feb 2024 21:25:58 -0800 Subject: [PATCH] Try changing macOS version --- .github/workflows/artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 8fd2bce3..6d48fa18 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -11,11 +11,11 @@ jobs: fail-fast: false matrix: include: - - os: macos-12 + - os: macos-latest target: aarch64-apple-darwin - os: macos-latest target: x86_64-apple-darwin - - os: windows-2022 + - os: windows-latest target: x86_64-pc-windows-msvc - os: ubuntu-20.04 target: x86_64-unknown-linux-gnu