Skip to content

Commit 1461cff

Browse files
author
Michael Maeng
committed
lock ubuntu to 20.04, python 3.6 not available for ubuntu 22.04
1 parent 0bf6b63 commit 1461cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ ubuntu-latest ]
19-
python: [ 3.6.15, 3.7, 3.8, 3.9 ]
18+
os: [ ubuntu-20.04 ]
19+
python: [ 3.6, 3.7, 3.8, 3.9 ]
2020
node: [ 14 ]
2121
env:
2222
SAM_CLI_TELEMETRY: "0"

0 commit comments

Comments
 (0)