From 3e7227bfa1030145fbe725dadd7364a518c8ff77 Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Fri, 8 Dec 2023 10:31:45 -0800 Subject: [PATCH] github workflow: update macos version to macos-12 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3432e340df..3350743b16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11] + os: [macos-12] compiler: [clang] configure: - {label: "with parser generation", opt: "--enable-parser-generation" }