Skip to content

Commit a9cea69

Browse files
committed
Use ubuntu:18.04.
1 parent 71fb5c7 commit a9cea69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15-
- os: ubuntu-latest
15+
- os: ubuntu-18.04
1616
target: x86_64-unknown-linux-gnu
1717

18-
- os: ubuntu-latest
18+
- os: ubuntu-18.04
1919
target: x86_64-unknown-linux-musl
2020

2121
- os: macos-latest

0 commit comments

Comments
 (0)