Skip to content

feat: Add schema 2.0 storage, stable workspace IDs, and machine APIs #2

feat: Add schema 2.0 storage, stable workspace IDs, and machine APIs

feat: Add schema 2.0 storage, stable workspace IDs, and machine APIs #2

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
concurrency:
group: ci-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
test:
name: Test ${{ matrix.architecture }}
strategy:
fail-fast: false
matrix:
include:
- architecture: Apple Silicon
runner: macos-26
- architecture: Intel
runner: macos-26-intel
runs-on: ${{ matrix.runner }}
timeout-minutes: 30
steps:
- name: Check out repository
uses: actions/checkout@v6
- name: Show Swift toolchain
run: swift --version
- name: Test
run: make test