Build on macOS 14 arm64

This commit is contained in:
Eduardo Arias
2024-05-20 21:41:12 +00:00
parent f04dcc0262
commit e31ff7e60b
4 changed files with 60 additions and 24 deletions

View File

@@ -78,7 +78,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12]
os: [macos-14]
configure:
- {label: "with parser generation", opt: "--enable-parser-generation" }
- {label: "wo curl", opt: "--without-curl" }
@@ -91,10 +91,12 @@ jobs:
- {label: "with pcre2", opt: "--with-pcre2" }
steps:
- name: Setup Dependencies
# autoconf, curl, pcre2 not installed because they're already
# curl, pcre2 not installed because they're already
# included in the image
run: |
brew install automake \
brew install autoconf \
automake \
libtool \
yajl \
lmdb \
lua \