File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919jobs :
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
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 :
Original file line number Diff line number Diff line change 1212jobs :
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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 test :
13- runs-on : ubuntu-latest
13+ runs-on : ubuntu-20.04
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments