Skip to content

Commit cfcc283

Browse files
Change OS version of runner (#570)
1 parent b6ac385 commit cfcc283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/comparison-result.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
start_workflow:
27-
runs-on: ubuntu-24.04 # We are version-locking this to avoid breaking changes in the future
27+
runs-on: ubuntu-22.04 # We are version-locking this to avoid breaking changes in the future
2828
steps:
2929
- name: Send message to slack
3030
id: initial-message
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
language: ['java-1', 'java-2' ,'python', 'js', 'ruby-1', 'ruby-2', 'go', 'kotlin', 'php', 'csharp']
5151
continue-on-error: true
52-
runs-on: ubuntu-latest
52+
runs-on: ubuntu-22.04
5353
steps:
5454
- uses: actions/checkout@v3
5555
- name: Install JDK-18
@@ -156,7 +156,7 @@ jobs:
156156

157157
collate_summary:
158158
needs: [start_workflow, setup_and_scan]
159-
runs-on: ubuntu-latest
159+
runs-on: ubuntu-22.04
160160
steps:
161161
- name: Download summary file
162162
uses: actions/download-artifact@master

0 commit comments

Comments
 (0)