use matrix
This commit is contained in:
4
.github/workflows/compile.yml
vendored
4
.github/workflows/compile.yml
vendored
@ -8,7 +8,11 @@ on:
|
||||
|
||||
jobs:
|
||||
ubuntu-x86_64:
|
||||
strategy:
|
||||
matrix:
|
||||
image: [ubuntu-20.04, centos:7]
|
||||
runs-on: ubuntu-20.04
|
||||
container: ${{ matrix.image }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user