Skip to content

Commit 5dcb9dc

Browse files
committed
remove bullseye from release matrix
1 parent ddab038 commit 5dcb9dc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,6 @@ jobs:
230230
fail-fast: false
231231
matrix:
232232
include:
233-
- target: aarch64-debian-bullseye
234-
platform: linux_aarch64-debian-bullseye
235-
image: debian:bullseye
236-
runs_on: buildjet-8vcpu-ubuntu-2204-arm
237-
- target: x86_64-debian-bullseye
238-
platform: linux_x86_64-debian-bullseye
239-
image: debian:bullseye
240-
runs_on: buildjet-8vcpu-ubuntu-2204
241233
- target: aarch64-debian-bookworm
242234
platform: linux_aarch64-debian-bookworm
243235
image: debian:bookworm
@@ -283,17 +275,6 @@ jobs:
283275
wget \
284276
zlib1g-dev
285277
286-
- name: Update CMake for bullseye
287-
if: ${{ matrix.image == 'debian:bullseye' }}
288-
run: |
289-
sudo apt-get install -y software-properties-common
290-
apt-add-repository -y 'deb https://archive.debian.org/debian bullseye-backports main'
291-
292-
apt-get update
293-
apt-get -y install cmake
294-
295-
apt-get -y --no-install-recommends install -t bullseye-backports cmake
296-
297278
- name: Setup build directory
298279
run: mkdir builds
299280

0 commit comments

Comments
 (0)