Skip to content

Bump actions/checkout from 4.1.7 to 4.2.2 #75

Bump actions/checkout from 4.1.7 to 4.2.2

Bump actions/checkout from 4.1.7 to 4.2.2 #75

Workflow file for this run

name: C CI for clang on Mac OS
on:
push:
branches: [ "trunk" ]
pull_request:
branches: [ "trunk" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.2.2
- name: make using zsh instead of bash
run: ./configure.sh && make CC=clang