We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193c360 commit f6b3cdcCopy full SHA for f6b3cdc
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
format:
12
- runs-on: ubuntu-latest
+ runs-on: milss/tradercppbuild:v1.0
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
32
33
build_and_test:
34
needs: format
35
36
37
38
@@ -82,7 +82,7 @@ jobs:
82
83
sonarqube:
84
needs: build_and_test
85
86
87
- uses: actions/checkout@v4
88
with:
0 commit comments