Remove matrix values

This commit is contained in:
Antony Peacock
2023-01-06 16:33:24 +00:00
parent 93e2daced8
commit b028f76664
2 changed files with 2 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ${{ env.OS }}
runs-on: ${{ OS }}
env:
CC: gcc-10
CXX: g++-10

View File

@@ -49,17 +49,7 @@ env:
jobs:
docs:
name: Generate documentation
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ "ubuntu-22.04" ]
build_type: [ "Debug" ]
compiler:
- {
type: GCC,
version: "10",
lib: libstdc++11
}
runs-on: ${{ OS }}
steps:
- uses: actions/checkout@v3
- name: Cache Conan data