Skip to content
Snippets Groups Projects
Commit a2d88722 authored by olemorud's avatar olemorud Committed by Ole Morud
Browse files

[CI] Make `runs-on` style consistent in root-ci.yml

parent 1e8f736d
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,11 @@ jobs: ...@@ -245,7 +245,11 @@ jobs:
config: Debug config: Debug
overrides: ["DLLVM_BUILD_TYPE=Debug", "soversion=On"] overrides: ["DLLVM_BUILD_TYPE=Debug", "soversion=On"]
runs-on: [self-hosted, linux, x64] runs-on:
- self-hosted
- linux
- x64
name: ${{ matrix.image }} ${{ matrix.config }} ${{ join( matrix.overrides, ', ' ) }} name: ${{ matrix.image }} ${{ matrix.config }} ${{ join( matrix.overrides, ', ' ) }}
container: container:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment