diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd1811e4..8e6a8a4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-10.15] + os: [macos-11] compiler: [clang] configure: - {label: "with parser generation", opt: "--enable-parser-generation" }