File tree Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Expand file tree Collapse file tree 8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
12
12
apply-version-bump :
13
- runs-on : ubuntu-latest
13
+ runs-on : ubuntu-22.04
14
14
name : Apply Version Bump
15
15
steps :
16
16
- name : Checkout
Original file line number Diff line number Diff line change 19
19
jobs :
20
20
prepare-code-scanning-pack-matrix :
21
21
name : Prepare CodeQL Code Scanning pack matrix
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-22.04
23
23
outputs :
24
24
matrix : ${{ steps.export-code-scanning-pack-matrix.outputs.matrix }}
25
25
steps :
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
prepare-unit-test-matrix :
16
16
name : Prepare CodeQL unit test matrix
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-22.04
18
18
outputs :
19
19
matrix : ${{ steps.export-unit-test-matrix.outputs.matrix }}
20
20
steps :
@@ -157,7 +157,7 @@ jobs:
157
157
validate-test-results :
158
158
name : Validate test results
159
159
needs : [run-test-suites]
160
- runs-on : ubuntu-latest
160
+ runs-on : ubuntu-22.04
161
161
steps :
162
162
- name : Collect test results
163
163
uses : actions/download-artifact@v2
Original file line number Diff line number Diff line change 21
21
jobs :
22
22
create-draft-release :
23
23
name : Create draft release
24
- runs-on : ubuntu-latest
24
+ runs-on : ubuntu-22.04
25
25
env :
26
26
# AWS CONFIGURATION
27
27
AWS_EC2_INSTANCE_TYPE : ${{ github.event.inputs.aws_ec2_instance_type }}
Original file line number Diff line number Diff line change 15
15
jobs :
16
16
generate-html-doc :
17
17
name : Generate HTML documentation
18
- runs-on : ubuntu-latest
18
+ runs-on : ubuntu-22.04
19
19
steps :
20
20
- name : Checkout
21
21
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 14
14
jobs :
15
15
prepare-unit-test-matrix :
16
16
name : Prepare CodeQL unit test matrix
17
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-22.04
18
18
outputs :
19
19
matrix : ${{ steps.export-unit-test-matrix.outputs.matrix }}
20
20
steps :
@@ -154,7 +154,7 @@ jobs:
154
154
validate-test-results :
155
155
name : Validate test results
156
156
needs : [run-test-suites]
157
- runs-on : ubuntu-latest
157
+ runs-on : ubuntu-22.04
158
158
steps :
159
159
- name : Install Python
160
160
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 20
20
env :
21
21
CODEQL_CLI_VERSION : ${{ github.event.inputs.codeql_cli_version }}
22
22
CODEQL_LIB_COMMIT : ${{ github.event.inputs.codeql_standard_library_commit }}
23
- runs-on : ubuntu-latest
23
+ runs-on : ubuntu-22.04
24
24
steps :
25
25
- name : Checkout
26
26
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 18
18
jobs :
19
19
validate-package-files :
20
20
name : Validate Package Files
21
- runs-on : ubuntu-latest
21
+ runs-on : ubuntu-22.04
22
22
steps :
23
23
- name : Checkout
24
24
uses : actions/checkout@v2
63
63
64
64
validate-codeql-format :
65
65
name : " Validate CodeQL Format"
66
- runs-on : ubuntu-latest
66
+ runs-on : ubuntu-22.04
67
67
steps :
68
68
- name : Checkout
69
69
uses : actions/checkout@v2
94
94
95
95
validate-query-help-files :
96
96
name : Validate Query Help Files
97
- runs-on : ubuntu-latest
97
+ runs-on : ubuntu-22.04
98
98
steps :
99
99
- name : Checkout
100
100
uses : actions/checkout@v2
@@ -129,7 +129,7 @@ jobs:
129
129
130
130
validate-cpp-test-files :
131
131
name : Validate C++ Test Files
132
- runs-on : ubuntu-latest
132
+ runs-on : ubuntu-22.04
133
133
steps :
134
134
- name : Checkout
135
135
uses : actions/checkout@v2
@@ -152,7 +152,7 @@ jobs:
152
152
153
153
validate-c-test-files :
154
154
name : Validate C Test Files
155
- runs-on : ubuntu-latest
155
+ runs-on : ubuntu-22.04
156
156
steps :
157
157
- name : Checkout
158
158
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments