Skip to content

Bump github action versions #606

Bump github action versions

Bump github action versions #606

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
compiler: [ clang, gcc ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: make
run: cd src && make clean && make all