From 81fffec0bbcc95e6d8fa73d10eb0c6dfe2cbf209 Mon Sep 17 00:00:00 2001 From: Jeong Yunwon Date: Fri, 22 Jul 2022 03:39:59 +0900 Subject: [PATCH] Use macos-latest again --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b94f9b077..fe90f22d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -48,7 +48,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] fail-fast: false steps: - uses: actions/checkout@v2