Skip to content

Commit 2f974e0

Browse files
committed
Change ubuntu version
1 parent 66bb602 commit 2f974e0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/build-docker-image.yml

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

99
jobs:
1010
build_docker_image:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
-

.github/workflows/copyright-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
pipeline:
2525
name: copyright update
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-20.04
2727
timeout-minutes: 40
2828

2929
steps:

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
1717
strategy:
1818
matrix:

.github/workflows/release-drafter.yml

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

99
jobs:
1010
update_release_draft:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
steps:
1313
# Drafts your next Release notes as Pull Requests are merged into "main"
1414
- uses: release-drafter/release-drafter@v5

.github/workflows/test-integration-jwt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node_version: [16.14.0]
19-
os: [ubuntu-latest]
19+
os: [ubuntu-20.04]
2020
app-type:
2121
- jwt-with-angular-app
2222
- jwt-with-blazor-app

.github/workflows/test-integration-microservice.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node_version: [16.14.0]
19-
os: [ubuntu-latest]
19+
os: [ubuntu-20.04]
2020
app-type:
2121
- microservice-app
2222
- gateway-app

.github/workflows/test-integration-oauth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
node_version: [16.14.0]
19-
os: [ubuntu-latest]
19+
os: [ubuntu-20.04]
2020
app-type:
2121
- oauth-with-angular-app
2222
- oauth-with-angular-cqrs-app

0 commit comments

Comments
 (0)