github workflow: update macos version to macos-11

This commit is contained in:
Martin Vierula 2023-05-09 07:14:09 -07:00
parent 09a135baab
commit f8ec873376
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4

View File

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