From 0064d43dc012b4dda0946b86db56f62188d3c6c0 Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Mon, 27 Dec 2021 21:19:23 -0500 Subject: [PATCH] Upgrade macOS and Windows hosts --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b520f06..86028b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,11 +45,11 @@ jobs: run-tests: 'true' target: x86_64-unknown-linux-gnu - build: macos - os: macos-10.15 + os: macos-11 run-tests: 'true' target: x86_64-apple-darwin - build: windows - os: windows-2019 + os: windows-2022 run-tests: 'true' target: x86_64-pc-windows-msvc steps: