Skip to content

Commit 793622b

Browse files
committed
Use ubuntu 20.04 in CI
1 parent dda84b2 commit 793622b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
linux:
13-
runs-on: ubuntu-18.04
13+
runs-on: ubuntu-20.04
1414
strategy:
1515
matrix:
1616
target: [x86_64-unknown-linux-gnu]

0 commit comments

Comments
 (0)