1 parent 13939a6 commit fe7b2d1Copy full SHA for fe7b2d1
1 file changed
.github/workflows/code_coverage.yml
@@ -29,10 +29,11 @@ env:
29
BUILD_TYPE: Debug
30
COMPILER_VERSION: 14
31
LCOV_VERSION: 2.5
32
+ OS: ubuntu-latest
33
34
jobs:
35
build:
- runs-on: ubuntu-latest
36
+ runs-on: ${{ env.OS }}
37
steps:
38
- uses: actions/checkout@v6.0.2
39
@@ -60,7 +61,7 @@ jobs:
60
61
- name: Cache Conan Restore
62
uses: ./.github/actions/conan-cache-restore
63
with:
- os: Linux
64
+ os: ${{ env.OS }}
65
build-type: ${{ env.BUILD_TYPE }}
66
conan-compiler: gcc
67
compiler-version: ${{ env.COMPILER_VERSION }}
0 commit comments