Skip to content

Commit

Permalink
Update continuous-integration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong authored Dec 19, 2024
1 parent 467b380 commit 1f5b7f4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@
# 2020-06-27 - slg - expanded to G++ for MacOS
# 2020-07-03 - slg - ported to be13_api; removed python (be13_api doesn't use python)

name: BE13_API CI (c++14)
on: [push]

name: TCPFLOW CI ON MAC AND UBUNTU (c++14)
on:
push:
branches:
- '**' # This will trigger the action for all branches
pull_request:
branches:
- main # Specify the branches for which pull_request events should trigger the action
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-20.04']
os: ['macos-latest', 'ubuntu-20.04']

steps:
# https://github.com/actions/checkout
Expand Down

0 comments on commit 1f5b7f4

Please sign in to comment.