Skip to content

Commit eeabe5f

Browse files
committedApr 4, 2023
chore: run CI tests on ubuntu 20.04 because 18.04 no longer supported
1 parent 5dd0a4e commit eeabe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
jobs:
66
test:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-20.04
88
strategy:
99
fail-fast: false
1010
matrix:

0 commit comments

Comments
 (0)
Please sign in to comment.