Skip to content

ci: update CI builds #1

ci: update CI builds

ci: update CI builds #1

Workflow file for this run

name: cartesi-machine
on:
push:
paths:
- .github/workflows/cartesi-machine.yml
- Formula/cartesi-machine.rb
jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- run: brew update
- run: brew install Formula/cartesi-machine.rb
- run: cartesi-machine --version