Skip to content

Fix concurrency warnings #105

Fix concurrency warnings

Fix concurrency warnings #105

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
SNAPSHOT_ARTIFACTS: ${{ github.workspace }}/snapshots
TEST_RUNNER_SNAPSHOT_ARTIFACTS: ${{ github.workspace }}/snapshots
jobs:
build:
runs-on: macos-15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Select Xcode 16.1
run: ls -l /Applications && sudo xcode-select -s /Applications/Xcode_16.1.app
- name: Build, test, and code coverage
run: env && make