updated workflow
This commit is contained in:
parent
2cef4d6f20
commit
8f868995fc
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -9,10 +9,9 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04]
|
|
||||||
compiler: [g++, clang++]
|
compiler: [g++, clang++]
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -34,14 +33,9 @@ jobs:
|
|||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2016]
|
generator: [Visual Studio 16 2019]
|
||||||
include:
|
|
||||||
- os: windows-2019
|
|
||||||
generator: Visual Studio 16 2019
|
|
||||||
- os: windows-2016
|
|
||||||
generator: Visual Studio 15 2017
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -53,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
macos:
|
macos:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: macOS-10.14
|
runs-on: macOS-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user