Skip to content

Commit 1ee4bf9

Browse files
targosmarco-ippolito
authored andcommitted
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: nodejs/build#3686 PR-URL: #56307 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 55a57a1 commit 1ee4bf9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test-macos.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@ permissions:
3838
jobs:
3939
test-macOS:
4040
if: github.event.pull_request.draft == false
41-
runs-on: macos-14
41+
strategy:
42+
fail-fast: false
43+
matrix:
44+
macos-version: [macos-13, macos-14]
45+
runs-on: ${{ matrix.macos-version }}
4246
env:
4347
CC: sccache gcc
4448
CXX: sccache g++

0 commit comments

Comments
 (0)