Skip to content

Commit a2ed61f

Browse files
committed
Update test job runner to ubuntu latest since 20.04 is being removed today (April 15)
1 parent 802bc4e commit a2ed61f

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)