Skip to content

Deprecate macOS except of 14 #38

Deprecate macOS except of 14

Deprecate macOS except of 14 #38

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-14]
steps:
- uses: actions/checkout@v1
- name: Run install script
run: ./install.sh