Replace Fedora 36 with Fedora 38 in GitHub Actions (#323)

This commit is contained in:
Hummeltech
2023-07-20 02:25:23 -07:00
committed by GitHub
parent 5d70617e9d
commit 5d9fcda99f
4 changed files with 7 additions and 7 deletions

View File

@ -11,11 +11,11 @@ runs:
- name: Prepare `build` directory
run: |
cmake -S . -B build \
cmake -B build -S . \
-LA \
-DCMAKE_BUILD_TYPE=${BUILD_TYPE:-Debug} \
-DCMAKE_INSTALL_PREFIX=${INSTALL_PREFIX:-/usr/local} \
-DENABLE_TESTS=1
-DCMAKE_BUILD_TYPE:STRING=${BUILD_TYPE:-Debug} \
-DCMAKE_INSTALL_PREFIX:PATH=${INSTALL_PREFIX:-/usr/local} \
-DENABLE_TESTS:BOOL=ON
shell: bash --noprofile --norc -euxo pipefail {0}
- name: Build `mod_tile`

View File

@ -25,7 +25,7 @@ runs:
cmake -S mapnik-src -B mapnik-build \
-DBUILD_DEMO_VIEWER:BOOL=OFF \
-DBUILD_TESTING:BOOL=OFF \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DCMAKE_INSTALL_PREFIX:PATH=/usr
cmake --build mapnik-build
shell: bash --noprofile --norc -euxo pipefail {0}

View File

@ -78,7 +78,7 @@ inputs:
gdal-devel
harfbuzz-devel
libicu-devel
libjpeg-turbo-devel
libjpeg-devel
libpng-devel
libtiff-devel
libwebp-devel

View File

@ -20,8 +20,8 @@ jobs:
- 'debian:11'
- 'debian:12'
- 'debian:testing'
- 'fedora:36'
- 'fedora:37'
- 'fedora:38'
- 'fedora:rawhide'
- 'ubuntu:20.04'
build_system: