Skip to content

Will need to stick with 26.4 #6

Will need to stick with 26.4

Will need to stick with 26.4 #6

Workflow file for this run

name: macOS CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: macOS-26
steps:
- uses: actions/checkout@v2
with:
submodules: 'false'
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '26.4'
- name: Install dependencies
run: |
brew update
brew install automake libtool cmake nasm
- name: Build
run: ./build.sh