Skip to content

Commit f1f8e41

Browse files
committed
Too old. Should we push Dockerfile image version too?
1 parent 1439d56 commit f1f8e41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on: push
88
jobs:
99
test:
1010
# Use the same Python version used the Dockerfile
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
1515
# match ubuntu-20.04
16-
python-version: [3.8]
16+
python-version: [3.10]
1717

1818
env:
19-
OS: ubuntu-20.04
19+
OS: ubuntu-22.04
2020
PYTHON: ${{ matrix.python-version }}
2121
WIC_BATCH_SIZE: 16
2222

0 commit comments

Comments
 (0)