Skip to content

Commit c511554

Browse files
committed
ubuntu-22.04
1 parent 87e2a2c commit c511554

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ on:
1313
jobs:
1414
build:
1515

16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-22.04
1717
timeout-minutes: 120
1818
strategy:
1919
matrix:
20-
python-version: [3.6,3.7,3.8,3.9,3.10.7]
21-
tf-version: [1.9.0,1.14.0,2.5.0]
20+
python-version: [3.7,3.8,3.9,3.10,3.11,3.12]
21+
tf-version: [1.9.0,1.14.0,2.5.0,2.6.0]
2222

2323
exclude:
2424
- python-version: 3.7

0 commit comments

Comments
 (0)