Skip to content

Commit 90dbda0

Browse files
committed
Use python:3.11-bullseye for legacy build
1 parent 4454e73 commit 90dbda0

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,14 @@ jobs:
3939
build-linux-legacy:
4040
runs-on: ubuntu-latest
4141
container:
42-
image: ubuntu:20.04
42+
image: python:3.11-bullseye
4343
if: ${{ !endsWith(github.ref_name, '-legacy') }}
4444
steps:
4545
- name: Install system deps
4646
run: |
4747
apt-get update
48-
apt-get install -y git zip lsb-release ca-certificates
48+
apt-get install -y git zip
4949
- uses: actions/checkout@v4
50-
- uses: actions/setup-python@v5
51-
with:
52-
python-version: "3.11"
53-
cache: "pip"
54-
cache-dependency-path: "requirements.txt"
5550
- name: Install deps
5651
run: |
5752
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)