Skip to content

Commit

Permalink
Build on MacOS (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
malmckay authored Sep 24, 2021
1 parent b9b2356 commit b330ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
ruby:
- 2.5
- 2.6
Expand All @@ -23,13 +24,17 @@ jobs:
gcc:
- 7
- latest
exclude:
- os: macos-latest
gcc: 7

steps:
- uses: actions/checkout@v2
with:
submodules: recursive

- name: Set up GCC
if: ${{ matrix.gcc != 'latest' }}
uses: egor-tensin/setup-gcc@v1
with:
version: ${{ matrix.gcc }}
Expand Down

0 comments on commit b330ba5

Please sign in to comment.