Skip to content

Switch .github builds to use node 24 and the latest OS images #8697

Switch .github builds to use node 24 and the latest OS images

Switch .github builds to use node 24 and the latest OS images #8697

Workflow file for this run

name: CI (Mac)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
job:
uses: ./.github/workflows/job-compile-and-test.yml
with:
runner-env: macos-15
platform: mac
yarn-args: --network-timeout 100000