Skip to content

Commit ce1f0cf

Browse files
authored
fix: bump 20.04 to latest to avoid brownout (#312)
1 parent ce341bf commit ce1f0cf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/dev_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
unit-tests:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
env:
1010
AWS_DEFAULT_REGION: us-west-2
1111
strategy:
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
matrix:
2828
python: [3.9]
29-
runs-on: ubuntu-20.04
29+
runs-on: ubuntu-latest
3030
needs: [unit-tests]
3131
environment:
3232
name: dev

.github/workflows/dev_viirs_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
unit-tests:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
python: [3.9]
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
python: [3.9]
30-
runs-on: ubuntu-20.04
30+
runs-on: ubuntu-latest
3131
needs: [unit-tests]
3232
environment:
3333
name: dev-viirs

.github/workflows/mcp_dev_viirs_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
unit-tests:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
1919
python: [3.9]
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
matrix:
3434
python: [3.9]
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-latest
3636
needs: [unit-tests]
3737
environment:
3838
name: mcp-dev-viirs

.github/workflows/mcp_production_viirs_deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
unit-tests:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
2121
python: [3.9]
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
python: [3.9]
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-latest
3838
needs: [unit-tests]
3939
environment:
4040
name: mcp-production-viirs

0 commit comments

Comments
 (0)