We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11ae6ad + 688d4e7 commit 07ab030Copy full SHA for 07ab030
.github/workflows/nightly.yml
@@ -426,7 +426,7 @@ jobs:
426
FIREBIRD_DATABASE: test.fdb
427
FIREBIRD_USER: test
428
FIREBIRD_PASSWORD: test
429
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
430
steps:
431
- name: git checkout
432
uses: actions/checkout@v6
@@ -859,7 +859,7 @@ jobs:
859
uses: ./.github/actions/verify-generated-files
860
PECL:
861
if: inputs.branch == 'master'
862
863
env:
864
CC: ccache gcc
865
CXX: ccache g++
@@ -906,6 +906,8 @@ jobs:
906
sudo apt-get install -y --no-install-recommends \
907
ccache \
908
libmemcached-dev \
909
+ imagemagick \
910
+ libmagickwand-dev \
911
bison \
912
re2c
913
- name: ccache
0 commit comments