mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
build: test macos-13 on GitHub actions
We are in the process of updating macOS to version 13 in the Jenkins CI, but unfortunately this is taking longer than expected. Add it to the GitHub actions test matrix so that we have some coverage. Refs: https://github.com/nodejs/build/issues/3686 PR-URL: https://github.com/nodejs/node/pull/56307 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
ca69d0a2c3
commit
d780b90b58
6
.github/workflows/test-macos.yml
vendored
6
.github/workflows/test-macos.yml
vendored
|
|
@ -38,7 +38,11 @@ permissions:
|
|||
jobs:
|
||||
test-macOS:
|
||||
if: github.event.pull_request.draft == false
|
||||
runs-on: macos-14
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
macos-version: [macos-13, macos-14]
|
||||
runs-on: ${{ matrix.macos-version }}
|
||||
env:
|
||||
CC: sccache gcc
|
||||
CXX: sccache g++
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user