Skip to content

Commit

Permalink
don't get smart, just follow the instructions instead of trying to na…
Browse files Browse the repository at this point in the history
…me variables yourself
  • Loading branch information
lilstevie committed Jun 11, 2020
1 parent 7bcda7f commit e848780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
jobs:
build:

runs-on: ${{build.os}}
runs-on: ${{matrix.os}}

strategy:
build:
matrix:
os: [ubuntu-latest, macos-latest]

steps:
Expand Down

0 comments on commit e848780

Please sign in to comment.