From 0992914bd60b34ed3ced7f9c2868d3e6cc72aeea Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Fri, 16 Sep 2022 21:01:48 +0300 Subject: [PATCH] ci: remove macos-10.15 runner (affected by a brownout, and scheduled to be removed in 12/1/2022) See: https://github.com/actions/runner-images/issues/5583 The brownouts for this runner image, will get increasingly more frequent. --- .github/workflows/native_backend_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native_backend_tests.yml b/.github/workflows/native_backend_tests.yml index 757229346b..22d8e6ee52 100644 --- a/.github/workflows/native_backend_tests.yml +++ b/.github/workflows/native_backend_tests.yml @@ -53,7 +53,7 @@ jobs: matrix: os: [ ubuntu-18.04, ubuntu-20.04, - macos-10.15, macos-11, macos-12, + macos-11, macos-12, windows-2019, windows-2022 ] runs-on: ${{ matrix.os }}