mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-07 22:24:27 +02:00
Remove matrix values
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -25,7 +25,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
name: Analyze
|
name: Analyze
|
||||||
runs-on: ${{ env.OS }}
|
runs-on: ${{ OS }}
|
||||||
env:
|
env:
|
||||||
CC: gcc-10
|
CC: gcc-10
|
||||||
CXX: g++-10
|
CXX: g++-10
|
||||||
|
12
.github/workflows/documentation.yml
vendored
12
.github/workflows/documentation.yml
vendored
@@ -49,17 +49,7 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
name: Generate documentation
|
name: Generate documentation
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ OS }}
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [ "ubuntu-22.04" ]
|
|
||||||
build_type: [ "Debug" ]
|
|
||||||
compiler:
|
|
||||||
- {
|
|
||||||
type: GCC,
|
|
||||||
version: "10",
|
|
||||||
lib: libstdc++11
|
|
||||||
}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Cache Conan data
|
- name: Cache Conan data
|
||||||
|
Reference in New Issue
Block a user