Attempt to fix test by upgrading ubuntu version
Godwin Asuquo committed
Nov 30, 2022 at 23:21 UTC
dd9e48558e63d0af448654439609600ff03ebc5d
1 file changed
+1
-1
.github/workflows/pr_test_build.yml
+1
-1
@@ -7,7 +7,7 @@ on:
7
jobs:
8
test:
9
10
- runs-on: ubuntu-18.04
10
+ runs-on: ubuntu-20.04(ubuntu-latest)
11
12
steps:
13
- uses: actions/checkout@v2