github workflow: update macos version to macos-12

This commit is contained in:
Martin Vierula
2023-12-08 10:31:45 -08:00
parent 1ced1047cc
commit 3e7227bfa1

View File

@@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
os: [macos-11] os: [macos-12]
compiler: [clang] compiler: [clang]
configure: configure:
- {label: "with parser generation", opt: "--enable-parser-generation" } - {label: "with parser generation", opt: "--enable-parser-generation" }