mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-11 17:59:02 +08:00
Set workflow os explicitly.
Google policy requires that specific os versions are targeted when using GitHub actions.
This commit is contained in:
parent
26ee555fc6
commit
27f77e1b89
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -5,19 +5,19 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
cc: gcc-10
|
||||
cxx: g++-10
|
||||
generator: Unix Makefiles
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-20.04
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
generator: Unix Makefiles
|
||||
- os: macos-latest
|
||||
- os: macos-10.15
|
||||
cc: gcc-10
|
||||
cxx: g++-10
|
||||
generator: Unix Makefiles
|
||||
- os: windows-latest
|
||||
- os: windows-2019
|
||||
cc: x86_64-w64-mingw32-gcc
|
||||
cxx: x86_64-w64-mingw32-g++
|
||||
generator: MinGW Makefiles
|
||||
|
Loading…
x
Reference in New Issue
Block a user