Skip to content

Commit 9a3a33a

Browse files
authored
chore: update ubuntu (#3622)
* chore: update ubuntu * update springboot in samples * keep springboot version in config samples * restore
1 parent d5eacdb commit 9a3a33a

10 files changed

Lines changed: 12 additions & 12 deletions

.github/workflows/NativeTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
github.actor != 'dependabot[bot]' && ((
2121
github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name
2222
) || (github.event_name != 'pull_request'))
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
strategy:
2525
fail-fast: false
2626
matrix:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
codeQL-analyze:
2626
name: CodeQL Analyze
27-
runs-on: ubuntu-20.04
27+
runs-on: ubuntu-latest
2828

2929
strategy:
3030
fail-fast: false

.github/workflows/compatibilityCheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
integrationTests:
2020
name: Integration Tests for Compatibility Check
2121
if: github.repository == 'suztomo/spring-cloud-gcp'
22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323
strategy:
2424
fail-fast: false
2525
matrix:

.github/workflows/generateAutoConfigs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# On initial opening of renovate or dependabot PR with matching branch condition,
1919
# log information required for manually triggering workflow and exit with error to block PR
2020
if: ${{ (github.event_name == 'workflow_dispatch') || startsWith(github.head_ref, 'renovate/main-gcp-libraries-bom.version') || startsWith(github.head_ref, 'dependabot/maven/com.google.cloud-libraries-bom') }}
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v2
2424
- name: Get PR info

.github/workflows/integrationTests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
github.actor != 'dependabot[bot]' && ((
2323
github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name
2424
) || (github.event_name != 'pull_request'))
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-latest
2626
strategy:
2727
fail-fast: false
2828
matrix:
@@ -110,7 +110,7 @@ jobs:
110110
github.actor != 'dependabot[bot]' && ((
111111
github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name
112112
) || (github.event_name != 'pull_request'))
113-
runs-on: ubuntu-20.04
113+
runs-on: ubuntu-latest
114114
strategy:
115115
fail-fast: false
116116
matrix:

.github/workflows/linkageCheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
((
1515
github.event_name == 'pull_request' && github.repository == github.event.pull_request.head.repo.full_name
1616
) || (github.event_name != 'pull_request'))
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
strategy:
1919
fail-fast: false
2020
steps:

.github/workflows/showcaseTests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
showcaseTests:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Setup Java 17

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
sonar:
1717
name: Build with Sonar
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- name: Get current date
2121
id: date

.github/workflows/unitTests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
MAVEN_OPTS: "-Didea.home.path=${{ vars.RUNNER_TEMP }} -Didea.ignore.disabled.plugins=true"
1717
jobs:
1818
unitTests:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-latest
2020
strategy:
2121
fail-fast: false
2222
matrix:
@@ -89,7 +89,7 @@ jobs:
8989
9090
9191
releaseCheck:
92-
runs-on: ubuntu-20.04
92+
runs-on: ubuntu-latest
9393
strategy:
9494
fail-fast: false
9595
steps:

.github/workflows/updateDocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
updateDocs:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
steps:
2222
- name: Get current date
2323
id: date

0 commit comments

Comments
 (0)