Skip to content

Commit e5caac1

Browse files
committed
test-ci: updated all matrices to use ubuntu-22.04
1 parent a8e05ac commit e5caac1

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/master-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-scan:
1111
name: SonarCloud Scan
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-scan:
1111
name: SonarCloud Scan
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
java: ['11', '17', '21']
14-
os: [ubuntu-latest, windows-latest]
14+
os: [ubuntu-22.04, windows-latest]
1515
runs-on: ${{ matrix.os }}
1616

1717
steps:
@@ -39,7 +39,7 @@ jobs:
3939
publish:
4040
name: Publish Release
4141
needs: [build-test]
42-
runs-on: ubuntu-latest
42+
runs-on: ubuntu-22.04
4343

4444
steps:
4545
- uses: actions/checkout@v4

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
sonar-analysis:
1313
name: SonarCloud Analysis for PR
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515

1616
steps:
1717
- name: Get PR details

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
required: true
1010
default: '17'
1111
os:
12-
description: 'Operating System (ubuntu-20.04, ubuntu-latest, windows-latest)'
12+
description: 'Operating System (ubuntu-22.04, ubuntu-latest, windows-latest)'
1313
required: true
1414
default: 'ubuntu-latest'
1515

0 commit comments

Comments
 (0)