Skip to content

Commit 1cc07c7

Browse files
committed
github/actions: use 'ubuntu-latest'.
It looks like cargo's clang does not work with ubuntu-22.04 on lib-common ¯\_(ツ)_/¯. Use ubuntu-latest instead. Remove upgrading pip manually as it is handled by uv (was there for pipenv actually) and does not work with Python 3.10+. Change-Id: I25048b60fb0122af6698fbccb190ff05e0325d00 Priv-Id: fb00f60332eab76971d54312808ed971c462f300
1 parent 7ecfabd commit 1cc07c7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tests:
77
strategy:
88
matrix:
9-
os: [ubuntu-22.04]
9+
os: [ubuntu-latest]
1010
runs-on: ${{ matrix.os }}
1111
name: ${{ matrix.os }}
1212
defaults:
@@ -37,11 +37,6 @@ jobs:
3737
env:
3838
DEBIAN_FRONTEND: noninteractive
3939

40-
- name: Update pip and install virtualenv
41-
run: |
42-
sudo python3 -m pip install --upgrade pip && \
43-
sudo python3 -m pip install virtualenv
44-
4540
- name: Install asdf
4641
uses: asdf-vm/actions/setup@v4
4742
with:

0 commit comments

Comments
 (0)