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

Commit f17c41b

Browse files
committed
use newer ubuntu runner
1 parent 0548cd6 commit f17c41b

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
@@ -30,7 +30,7 @@ jobs:
3030
lipo -archs dist/codecovcli_macos | grep 'x86_64 arm64'
3131
OUT_FILE_NAME: codecovcli_macos
3232
ASSET_MIME: application/octet-stream
33-
- os: ubuntu-20.04
33+
- os: ubuntu-22.04
3434
TARGET: ubuntu
3535
CMD_REQS: >
3636
pip install -r requirements.txt && pip install .

0 commit comments

Comments
 (0)