From 8e9d696ed01d782ad49f2e7b351802ec244ee1bf Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 1 Oct 2021 10:34:50 +0900 Subject: [PATCH] Use macos-11 instead of macos-latest --- .github/workflows/check_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 645da4000b..e6b4abbe98 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -4,7 +4,7 @@ jobs: update-deps: strategy: matrix: - os: [ubuntu-20.04, macos-latest] + os: [ubuntu-20.04, macos-11] fail-fast: true runs-on: ${{ matrix.os }} steps: