Browse Source

Create macos-latest.yml

tags/v2.3.1
Filipe Coelho GitHub 3 years ago
parent
commit
48bfe294ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      .github/workflows/macos-latest.yml

+ 17
- 0
.github/workflows/macos-latest.yml View File

@@ -0,0 +1,17 @@
name: C/C++ CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: make features
run: make features
- name: make
run: make

Loading…
Cancel
Save