Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 2442b48

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)