Skip to content

Add build workflow for macos/linux #2

Add build workflow for macos/linux

Add build workflow for macos/linux #2

Workflow file for this run

name: Build
on:
push:
branches: [ "master", "workflows" ]
pull_request:
jobs:
build_ubuntu:
runs_on: ubuntu-latest

Check failure on line 10 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 10, Col: 9): Unexpected value 'runs_on' .github/workflows/build.yml (Line: 10, Col: 9): Required property is missing: runs-on
steps:
- uses: actions/checkout@v3
- name: make
run: make
build_macos:
runs_on: macos-12
steps:
- uses: actions/checkout@v3
- name: make
run: make