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
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4

View File

@ -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" }