Skip to content

Commit 2442b48

Browse files
fix: use ubuntu-22.04
1 parent 10dd24c commit 2442b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
lipo -archs dist/codecovcli_macos | grep 'x86_64 arm64'
3535
OUT_FILE_NAME: codecovcli_macos
3636
ASSET_MIME: application/octet-stream
37-
- os: ubuntu-20.04
37+
- os: ubuntu-22.04
3838
TARGET: ubuntu
3939
CMD_REQS: >
4040
pip install -r requirements.txt && pip install .

0 commit comments

Comments
 (0)