Switching to single-platform build per PR comments

This commit is contained in:
Bradley Austin Davis
2020-08-21 18:39:05 -07:00
parent 760d91097a
commit 9ca8884216
+5 -5
View File
@@ -8,11 +8,11 @@ env:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macOS-latest]
# The CMake configure and build commands are platform agnostic and should work equally
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2