Skip to content

Commit 55027fc

Browse files
bors[bot]qdrn
andauthored
Merge #2171
2171: Use ubuntu 18 for CD r=damip a=qdrn Co-authored-by: Adrien F <alf@massa.net>
2 parents ea22806 + 2b9b798 commit 55027fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
release:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest, macOS-latest, windows-latest]
16+
os: [ubuntu-18.04, macOS-latest, windows-latest]
1717
include:
18-
- os: ubuntu-latest
18+
- os: ubuntu-18.04
1919
target: x86_64-unknown-linux-musl
2020
name: release_linux.tar.gz
2121
- os: windows-latest
@@ -61,4 +61,4 @@ jobs:
6161
- name: Publish
6262
uses: softprops/action-gh-release@v1
6363
with:
64-
files: 'release_*'
64+
files: 'release_*'

0 commit comments

Comments
 (0)