Skip to content

Commit 32f1beb

Browse files
authored
Merge pull request #159 from DomainTools/no-tkt-update-test-runner
Update test job runner to ubuntu latest since 20.04 is being removed today (April 15)
2 parents 802bc4e + a2ed61f commit 32f1beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
1515
python-version: ["3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)