We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 175b7bc + 07ab030 commit 4a0304fCopy full SHA for 4a0304f
.github/workflows/nightly.yml
@@ -429,7 +429,7 @@ jobs:
429
FIREBIRD_DATABASE: test.fdb
430
FIREBIRD_USER: test
431
FIREBIRD_PASSWORD: test
432
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
433
steps:
434
- name: git checkout
435
uses: actions/checkout@v6
@@ -862,7 +862,7 @@ jobs:
862
uses: ./.github/actions/verify-generated-files
863
PECL:
864
if: inputs.branch == 'master'
865
866
env:
867
CC: ccache gcc
868
CXX: ccache g++
@@ -909,6 +909,8 @@ jobs:
909
sudo apt-get install -y --no-install-recommends \
910
ccache \
911
libmemcached-dev \
912
+ imagemagick \
913
+ libmagickwand-dev \
914
bison \
915
re2c
916
- name: ccache
0 commit comments