From 850f002cb2ff6f17325ad6b431310e5e2de03a58 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 27 Jul 2022 22:53:28 +0200 Subject: [PATCH] build: switch ci from macos-10.15 to macos-11 (#3707) The former will be removed by GitHub in August. Fixes: https://github.com/libuv/libuv/issues/3697 --- .github/workflows/CI-unix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-unix.yml b/.github/workflows/CI-unix.yml index 506c00bcf..d0d2d46ed 100644 --- a/.github/workflows/CI-unix.yml +++ b/.github/workflows/CI-unix.yml @@ -33,7 +33,7 @@ jobs: ls -lh build build-macos: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - name: Envinfo @@ -61,7 +61,7 @@ jobs: cd build && ctest -V build-ios: - runs-on: macos-10.15 + runs-on: macos-11 steps: - uses: actions/checkout@v2 - name: Configure