Skip to content

Commit

Permalink
chore(ci) re-add a macos-latest job
Browse files Browse the repository at this point in the history
Removed due to cost back when the repository was private.
  • Loading branch information
thibaultcha committed Jul 28, 2023
1 parent e2c440e commit 88153a3
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,23 @@ jobs:
hup: no_hup
ssl: ssl
module_type: dynamic
# MacOS + dynamic ngx_wasm_module
- os: macos-latest
cc: clang
openresty: 1.21.4.1
runtime: wasmtime
wasmtime: 8.0.1
debug: debug
hup: no_hup
ssl: ssl
module_type: dynamic
steps:
- name: 'Setup deps - apt-get'
if: ${{ matrix.cc == 'gcc-9' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.cc == 'gcc-9' }}
run: sudo apt-get update && sudo apt-get install -y gcc-9 libstdc++-9-dev lcov
- name: 'Setup deps - Homebrew'
if: ${{ matrix.os == 'macos-latest' }}
run: brew install pcre
- uses: actions/checkout@v3
- name: 'Setup cache - rustup toolchain'
uses: actions/cache@v3
Expand Down

0 comments on commit 88153a3

Please sign in to comment.