Skip to content

Commit 80a12ec

Browse files
Merge pull request #240 from LeoQuote/master
use older ubuntu runner to have wider support
2 parents cfc3ff9 + be842ce commit 80a12ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_flow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
lipo -archs dist/codecovcli_macos | grep -v 'x86_64 arm65' >> /dev/null && exit 1
5858
OUT_FILE_NAME: codecovcli_macos
5959
ASSET_MIME: application/octet-stream
60-
- os: ubuntu-latest
60+
- os: ubuntu-20.04
6161
TARGET: ubuntu
6262
CMD_REQS: >
6363
pip install -r requirements.txt

0 commit comments

Comments
 (0)