Skip to content

Commit 0c758ce

Browse files
committed
More more fixes
1 parent e7b8b01 commit 0c758ce

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
- bolt: true
283283
free-threading: true
284284
# BOLT currently crashes during instrumentation on aarch64
285-
- os: ubuntu-26.04-arm
285+
- os: ubuntu-24.04-arm
286286
bolt: true
287287
uses: ./.github/workflows/reusable-ubuntu.yml
288288
with:

.github/workflows/posix-deps-apt.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ apt-get -yq --no-install-recommends install \
1313
libgdbm-compat-dev \
1414
libgdbm-dev \
1515
liblzma-dev \
16-
libmpdec-dev \
1716
libncurses5-dev \
1817
libreadline6-dev \
1918
libsqlite3-dev \

0 commit comments

Comments
 (0)