Skip to content

Commit 32a2005

Browse files
using ubuntu-20.04
1 parent c8be65d commit 32a2005

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
build:
2121
name: Build
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-20.04
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@v3
@@ -66,7 +66,7 @@ jobs:
6666

6767
upload-stage:
6868
name: Upload assets
69-
runs-on: ubuntu-latest
69+
runs-on: ubuntu-20.04
7070
needs: build
7171
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/development' }}
7272
strategy:
@@ -109,7 +109,7 @@ jobs:
109109

110110
upload-prod:
111111
name: Upload assets
112-
runs-on: ubuntu-latest
112+
runs-on: ubuntu-20.04
113113
needs: build
114114
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
115115
strategy:

.github/workflows/sonar-scan.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
name: Build
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-20.04
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v3

.github/workflows/update-license-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
test:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)