From cd83d7d7ea458b6fcf53dcad6cf40b984af4834e Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Wed, 18 Oct 2023 13:25:35 -0700 Subject: [PATCH] Revert artifacts things --- .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 128fd0ed..74f6ce35 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -9,11 +9,11 @@ jobs: fail-fast: false matrix: include: - - os: macos-latest + - os: macos-12 target: aarch64-apple-darwin - os: macos-latest target: x86_64-apple-darwin - - os: windows-latest + - os: windows-2022 target: x86_64-pc-windows-msvc - os: ubuntu-20.04 target: x86_64-unknown-linux-gnu