Skip to content

Update readme and add macOS x86_64 CI. #565

Update readme and add macOS x86_64 CI.

Update readme and add macOS x86_64 CI. #565

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
include:
- name: Linux-x86_64
os: ubuntu-latest
- name: macOS-aarch64
os: macos-latest
- name: macOS-x86_64
os: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Configure lean-smt
uses: leanprover/lean-action@v1
with:
build: false
test: false
use-github-cache: false
- name: Build lean-smt
run: lake build Smt Smt.Rat Smt.Real
- name: Test lean-smt
run: lake run test